Inspect and view changes in RemoveHabrCompanies 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": "RemoveHabrCompanies",
"version": "1.2",
"description": "Удаление корпоративных блогов из ленты хабра",
"icons": {
"48": "icons/border-48.png"
},
"applications": {
"gecko": {
"id": "ek993evgeny@yandex.com",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": [
"*://*.habr.com/*"
],
"js": [
"remove.js"
]
}
]
}