Kao1 adblocker ücretsizdir. Youtube ve diğer video sitelerinde işe yarar.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"scripts": [
"adguard/adguard-api.js",
"js/background.js",
"js/jquery.min.js"
]
},
"browser_action": {
"default_icon": "img/icon-small-red.png",
"default_popup": "popup.html",
"default_title": "Video Private"
},
"default_locale": "tr",
"description": "__MSG_extDescription__",
"icons": {
"48": "img/icon-small-red.png",
"128": "img/icon-big.png"
},
"manifest_version": 2,
"name": "Video Private",
"permissions": [
"webRequest",
"webRequestBlocking",
"webNavigation",
"http://*/*",
"https://*/*",
"<all_urls>",
"cookies",
"storage",
"tabs"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "1.0.1"
}