Inspect and view changes in adview 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": "adview",
"version": "1.6",
"author": "wmm",
"permissions": [
"*://discover.adxsales.com/adview"
],
"description": "*://discover.adxsales.com/adview auto click continue!,1.6版本支持新网站网址!",
"icons": {
"48": "icons/adview_icon_48.png"
},
"content_scripts": [
{
"matches": [
"*://discover.adxsales.com/adview"
],
"js": [
"js/jquery-3.3.1.min.js",
"js/adview.js"
]
}
]
}