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": "Убрать подскасты с Яндекс.Музыки",
"version": "1.0",
"description": "Убрать подскасты с Яндекс.Музыки",
"icons": {
"48": "img/48.png",
"96": "img/96.png"
},
"applications": {
"gecko": {
"id": "nopodcasts@yoro.su",
"strict_min_version": "48.0"
}
},
"content_scripts": [
{
"matches": [
"*://music.yandex.ru/*"
],
"js": [
"hidePodcasts.js"
]
}
]
}