Guardian ID

Bungie Private API access layer. Necessary for using private services on https://guardian.fm

Co je Guardian ID?

Guardian ID je rozšíření Chrome vyvinuté https://guardian.fm, a jeho hlavní funkcí je „Bungie Private API access layer. Necessary for using private services on https://guardian.fm“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Guardian ID

Stáhněte si soubory rozšíření Guardian ID ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Bungie Private API access layer. Necessary for using private services on https://guardian.fm                    

Základní Informace o Rozšíření

Název Guardian ID Guardian ID
ID akmfnpkcodinjihoampidkbfaeifjlcd
Oficiální URL https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd
Popis Bungie Private API access layer. Necessary for using private services on https://guardian.fm
Velikost souboru 669 KB
Počet instalací 10
Aktuální Verze 1.0
Poslední Aktualizace 2016-04-30
Datum Vydání 2016-04-29
Vývojář https://guardian.fm
Typ Platby free
Podporované Jazyky ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guardian ID",
    "description": "Bungie Private API access layer. Necessary for using private services on https:\/\/guardian.fm",
    "version": "1.0",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/guardian.fm\/*"
            ],
            "js": [
                "jquery.js",
                "site_connector.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "https:\/\/guardian.fm\/",
        "*:\/\/*.bungie.net\/"
    ]
}