Guardian ID

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

Guardian IDคืออะไร?

Guardian ID เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://guardian.fm และคุณลักษณะหลักของมันคือ "Bungie Private API access layer. Necessary for using private services on https://guardian.fm"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guardian ID

ดาวน์โหลดไฟล์ส่วนขยาย Guardian ID ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Guardian ID Guardian ID
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\/"
    ]
}