-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Hi there,
this plugin seems not to work anymore. Error is :
Manifest version 2 is deprecated, and support will be removed in 2023.
See https://developer.chrome.com/blog/mv2-transition/ for more details.
{
"manifest_version": 2,
"name": "TradingView NoAds",
"version": "0.2",
"description": "Removes the annoying ads and the upgrade to pro message in TradingView",
"browser_action": {
"default_icon": {
"128": "icon-128.png"
}
},
"content_scripts": [
{
"matches": [ "*://*.tradingview.com/*" ],
"js": [ "index.js" ],
"run_at": "document_start"
}
],
"icons": {
"128": "icon-128.png"
}
}
Metadata
Metadata
Assignees
Labels
No labels