Guardian ID
Bungie Private API access layer. Necessary for using private services on https://guardian.fm
Guardian IDとは何ですか?
Guardian IDはhttps://guardian.fmによって開発されたChromeの拡張機能で、その主な機能は「Bungie Private API access layer. Necessary for using private services on https://guardian.fm」です。
拡張機能のスクリーンショット
Guardian ID拡張機能のCRXファイルをダウンロード
Guardian ID拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Bungie Private API access layer. Necessary for using private services on https://guardian.fm                     拡張機能の基本情報
| 名前 |   |  
| ID | akmfnpkcodinjihoampidkbfaeifjlcd | 
| 公式URL | https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd | 
| 説明 | Bungie Private API access layer. Necessary for using private services on https://guardian.fm | 
| ファイルサイズ | 669 KB | 
| インストール数 | 10 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2016-04-30 | 
| 公開日 | 2016-04-29 | 
| 開発者 | https://guardian.fm | 
| 支払い方法 | free | 
| 対応言語 | 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\/"
    ]
}  |  |