Guardian ID

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

Guardian ID là gì?

Guardian ID là một tiện ích mở rộng Chrome được phát triển bởi https://guardian.fm, và tính năng chính của nó là "Bungie Private API access layer. Necessary for using private services on https://guardian.fm".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Guardian ID

Tải xuống các tệp mở rộng Guardian ID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Guardian ID Guardian ID
ID akmfnpkcodinjihoampidkbfaeifjlcd
URL Chính Thức https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd
Mô tả Bungie Private API access layer. Necessary for using private services on https://guardian.fm
Kích Thước Tệp 669 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-04-30
Ngày Phát Hành 2016-04-29
Nhà Phát Triển https://guardian.fm
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}