Inspect and view changes in Avoiding requests for blocked Russian sites 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": "Avoiding requests for blocked Russian sites",
"author": "Vladislav Lesnoy",
"description": "Плагин отменяет любые запросы к заблокированным сайтам, таким как vk.com, ok.ru, mail.ru, тем самым ускоряя загрузку других сайтов.",
"version": "0.1.4resigned1",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{352d4f40-d9b4-41d1-ad18-bb41fd6b2e9f}"
}
}
}