SFS Ads Watch (Beta)

SFS Ads Watch (Beta)

What is SFS Ads Watch (Beta)?

SFS Ads Watch (Beta) is a Chrome extension developed by 1,000,000+ Downloads, and its main feature is "SFS Ads Watch (Beta)".

Extension Screenshots

screenshot

Download SFS Ads Watch (Beta) Extension CRX File

Download SFS Ads Watch (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        SFS Ads Watch (Beta)                    

Extension Basic Information

Name SFS Ads Watch (Beta) SFS Ads Watch (Beta)
ID edmmhnoiglpemegdlacnjgkeenmfenli
Official URL https://chromewebstore.google.com/detail/sfs-ads-watch-beta/edmmhnoiglpemegdlacnjgkeenmfenli
Description SFS Ads Watch (Beta)
File Size 445 KB
Installation Count 49
Current Version 0.0.4
Last Updated 2019-03-29
Publish Date 2019-03-29
Rating 4.00/5 Total 1 Ratings
Developer 1,000,000+ Downloads
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SFS Ads Watch (Beta)",
    "version": "0.0.4",
    "permissions": [
        "webRequest",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "auth.js"
            ],
            "matches": [
                "*:\/\/app.shopifyfs.com\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}