Inspect and view changes in Troll Remover for Dzen 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Troll Remover for Dzen",
"version": "1.006",
"description": "Скрывает комментарии троллей на Дзене",
"permissions": [
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https://dzen.ru/*"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "logo-16.png",
"48": "logo-48.png",
"128": "logo-128.png"
}
}