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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Guardian ID
قم بتنزيل ملفات الامتداد Guardian ID بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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\/"
    ]
}  |  |