Guardian ID
Bungie Private API access layer. Necessary for using private services on https://guardian.fm
Cos'è Guardian ID?
Guardian ID è un'estensione di Chrome sviluppata da https://guardian.fm, e la sua funzione principale è "Bungie Private API access layer. Necessary for using private services on https://guardian.fm".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Guardian ID
Scarica i file di estensione Guardian ID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Bungie Private API access layer. Necessary for using private services on https://guardian.fm                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | akmfnpkcodinjihoampidkbfaeifjlcd | 
| URL Ufficiale | https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd | 
| Descrizione | Bungie Private API access layer. Necessary for using private services on https://guardian.fm | 
| Dimensione del File | 669 KB | 
| Conteggio Installazioni | 10 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2016-04-30 | 
| Data di Pubblicazione | 2016-04-29 | 
| Sviluppatore | https://guardian.fm | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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\/"
    ]
}  |  |