Guardian ID

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

What is Guardian ID?

Guardian ID is a Chrome extension developed by https://guardian.fm, and its main feature is "Bungie Private API access layer. Necessary for using private services on https://guardian.fm".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Guardian ID Extension CRX File

Download Guardian ID 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

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

Extension Basic Information

Name Guardian ID Guardian ID
ID akmfnpkcodinjihoampidkbfaeifjlcd
Official URL https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd
Description Bungie Private API access layer. Necessary for using private services on https://guardian.fm
File Size 669 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-04-30
Publish Date 2016-04-29
Developer https://guardian.fm
Payment Type free
Supported Languages 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\/"
    ]
}