GBF Raid Finder Auto-Copier

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

GBF Raid Finder Auto-Copier là gì?

GBF Raid Finder Auto-Copier là một tiện ích mở rộng Chrome được phát triển bởi contact.hey.note, và tính năng chính của nó là "Extension that helps auto-copy the newest room ID in the raid finder webpage.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GBF Raid Finder Auto-Copier

Tải xuống các tệp mở rộng GBF Raid Finder Auto-Copier 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

                        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                    

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

Tên GBF Raid Finder Auto-Copier GBF Raid Finder Auto-Copier
ID iinbdidfpllkdmibmbhfgkdooollcfep
URL Chính Thức https://chromewebstore.google.com/detail/gbf-raid-finder-auto-copi/iinbdidfpllkdmibmbhfgkdooollcfep
Mô tả Extension that helps auto-copy the newest room ID in the raid finder webpage.
Kích Thước Tệp 733 KB
Số Lần Cài Đặt 772
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-01-11
Ngày Phát Hành 2021-01-05
Nhà Phát Triển contact.hey.note
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}