SFS Ads Watch (Beta)

SFS Ads Watch (Beta)

Wat is SFS Ads Watch (Beta)?

SFS Ads Watch (Beta) is een Chrome-extensie ontwikkeld door 1,000,000+ Downloads, en de belangrijkste functie is "SFS Ads Watch (Beta)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SFS Ads Watch (Beta)

Download SFS Ads Watch (Beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        SFS Ads Watch (Beta)                    

Basisinformatie over de Extensie

Naam SFS Ads Watch (Beta) SFS Ads Watch (Beta)
ID edmmhnoiglpemegdlacnjgkeenmfenli
Officiële URL https://chromewebstore.google.com/detail/sfs-ads-watch-beta/edmmhnoiglpemegdlacnjgkeenmfenli
Beschrijving SFS Ads Watch (Beta)
Bestandsgrootte 445 KB
Aantal Installaties 49
Huidige Versie 0.0.4
Laatst Bijgewerkt 2019-03-29
Publicatiedatum 2019-03-29
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 1,000,000+ Downloads
Betalingswijze free
Ondersteunde Talen 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"
    }
}