Inspect and view changes in Mix-Ads 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
{
"version": "1",
"name": "Mix-Ads.Ru",
"description": "Mix-Ads.Ru - раскрутка и заработок. Установите наше расширение и зарабатывайте деньги во время просмотра сайтов.",
"manifest_version": 2,
"icons": {
"128": "images/icon.png"
},
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"browser_action": {
"default_title": "Mix-Ads.Ru",
"default_icon": "images/icon.png",
"default_popup": "popup.html"
}
}