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
Co to jest GBF Raiders 2: The Chrome Extenstion Identity?
GBF Raiders 2: The Chrome Extenstion Identity to rozszerzenie Chrome opracowane przez https://gbfraiders.com, a jego główną funkcją jest „From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GBF Raiders 2: The Chrome Extenstion Identity
Pobierz pliki rozszerzeń GBF Raiders 2: The Chrome Extenstion Identity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | GBF Raiders 2: The Chrome Extenstion Identity |
ID | jhdcbkpphfaclidacgbnnaphoilhgipm |
Oficjalny URL | https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm |
Opis | From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser |
Rozmiar pliku | 1.34 MB |
Liczba instalacji | 2,426 |
Aktualna Wersja | 3.5 |
Ostatnia Aktualizacja | 2019-04-13 |
Data Publikacji | 2019-04-12 |
Ocena | 3.96/5 Łącznie 55 Oceny |
Deweloper | https://gbfraiders.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |