Inspect and view changes in Habr Sidebar Remover 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": "Habr Sidebar Remover",
"version": "1.0",
"description": "Автоматически удаляет боковую панель на сайте Habr.com",
"permissions": [
"activeTab",
"*://habr.com/*"
],
"content_scripts": [
{
"matches": [
"*://habr.com/*"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{158b32a8-5f3c-4cf7-9076-d40a020cfdd5}"
}
}
}