Inspect and view changes in Блокировка Рекламы и Трэкеров Вконтакте source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Блокировка Рекламы и Трэкеров Вконтакте",
"short_name": "vkNoAds",
"description": "Это акула злая - она видит рекламу и съедает ее. Не зли акулу!",
"version": "1.0",
"author": "CreExtive",
"icons": {
"48": "shark48.png",
"96": "shark96.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*://*/*"
],
"content_scripts": [
{
"matches": [
"*://*.vk.com/*"
],
"run_at": "document_start",
"css": [
"main.css"
]
}
]
}