GBF Raid Finder Auto-Copier

Extension that helps auto-copy the newest room ID in the raid finder webpage.

什麼是GBF Raid Finder Auto-Copier?

GBF Raid Finder Auto-Copier是由contact.hey.note開發的Chrome擴展程式,該擴展的主要功能是“Extension that helps auto-copy the newest room ID in the raid finder webpage.”。

擴展截圖

screenshot

下載GBF Raid Finder Auto-Copier擴展crx文件

下載GBF Raid Finder Auto-Copier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Provide help when you use GBF raidfinder to find raids of Granblue Fantasy. The extension will automatically copy the newest room ID for you. Save the time of clicking the newest item in the list.

However, due to the security policy of the chrome browser, the auto-copy only works when the GBF Raider webpage is focused. You still need to switch between the GBF game page and the Raider page.

The sites the extension works:
- gbf-raidfinder.la-foret.me
- gbf-raidfinder-tw.herokuapp.com

Source code: github.com/heytsai/gbfRaidFinderAutoCopier                    

擴展基本資訊

名稱 GBF Raid Finder Auto-Copier GBF Raid Finder Auto-Copier
ID iinbdidfpllkdmibmbhfgkdooollcfep
官方網址 https://chromewebstore.google.com/detail/gbf-raid-finder-auto-copi/iinbdidfpllkdmibmbhfgkdooollcfep
簡介 Extension that helps auto-copy the newest room ID in the raid finder webpage.
檔案大小 733 KB
安裝次數 772
目前版本 1.1
更新時間 2021-01-11
上架時間 2021-01-05
開發者 contact.hey.note
電子郵箱 [email protected]
付費類型 free
支援的語言 en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 2,
    "permissions": [
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "1024": "images\/icon-1024.png"
    },
    "web_accessible_resources": [
        "css\/content.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gbf-raidfinder.la-foret.me\/",
                "https:\/\/gbf-raidfinder-tw.herokuapp.com\/"
            ],
            "js": [
                "lib\/jquery-3.5.1.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}