GBF Raiders 2: The Chrome Extenstion Identity

From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser

什麼是GBF Raiders 2: The Chrome Extenstion Identity?

GBF Raiders 2: The Chrome Extenstion Identity是由https://gbfraiders.com開發的Chrome擴展程式,該擴展的主要功能是“From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser”。

擴展截圖

screenshot

下載GBF Raiders 2: The Chrome Extenstion Identity擴展crx文件

下載GBF Raiders 2: The Chrome Extenstion Identity擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Find raids for Granblue Fantasy without going to GBF Raiders or Tweetdeck! Select which raids to follow in the options and then click on the extension icon to see the last 20 raids! Click on the join button to copy the raid's id to your clipboard!                    

擴展基本資訊

名稱 GBF Raiders 2: The Chrome Extenstion Identity GBF Raiders 2: The Chrome Extenstion Identity
ID jhdcbkpphfaclidacgbnnaphoilhgipm
官方網址 https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm
簡介 From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser
檔案大小 1.34 MB
安裝次數 2,426
目前版本 3.5
更新時間 2019-04-13
上架時間 2019-04-12
評分 3.96/5 共 55 次評分
開發者 https://gbfraiders.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBF Raiders 2: The Chrome Extenstion Identity",
    "description": "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser",
    "version": "3.5",
    "options_page": "\/views\/options.html",
    "icons": {
        "128": "\/assets\/GBFRaidersIconv2.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/GBFRaidersIconv2.png",
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "scripts": [
            "\/util\/socket.io.js",
            "\/util\/moment.js",
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications"
    ]
}