Inspect and view changes in ff.mail.ru 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": "ff.mail.ru",
"version": "1.9",
"description": "Kill add DIV",
"icons": {
"48": "icons/border-48.png"
},
"applications": {
"gecko": {
"id": "ff.mail.ru@mail.ru",
"strict_min_version": "89.0"
}
},
"content_scripts": [
{
"matches": [
"*://*.mail.ru/*"
],
"js": [
"ff.mail.ru.js"
]
},
{
"matches": [
"*://autoreview.ru/*",
"*://*.autoreview.ru/*"
],
"js": [
"ff.autoreview.ru.js"
]
},
{
"matches": [
"*://*.f1news.ru/*"
],
"js": [
"ff.f1news.ru.js"
]
}
]
}