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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that helps auto-copy the newest room ID in the raid finder webpage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GBF Raid Finder Auto-Copier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | iinbdidfpllkdmibmbhfgkdooollcfep |
आधिकारिक URL | 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" ] } ] } |