GBF Raid Finder Auto-Copier

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

Qu'est-ce que GBF Raid Finder Auto-Copier ?

GBF Raid Finder Auto-Copier est une extension Chrome développée par contact.hey.note, et sa fonction principale est "Extension that helps auto-copy the newest room ID in the raid finder webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GBF Raid Finder Auto-Copier

Téléchargez les fichiers d'extension GBF Raid Finder Auto-Copier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom GBF Raid Finder Auto-Copier GBF Raid Finder Auto-Copier
ID iinbdidfpllkdmibmbhfgkdooollcfep
URL Officiel https://chromewebstore.google.com/detail/gbf-raid-finder-auto-copi/iinbdidfpllkdmibmbhfgkdooollcfep
Description Extension that helps auto-copy the newest room ID in the raid finder webpage.
Taille du Fichier 733 KB
Nombre d'Installations 772
Version Actuelle 1.1
Dernière Mise à Jour 2021-01-11
Date de Publication 2021-01-05
Développeur contact.hey.note
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}