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

Was ist GBF Raiders 2: The Chrome Extenstion Identity?

GBF Raiders 2: The Chrome Extenstion Identity ist eine Chrome-Erweiterung, die von https://gbfraiders.com entwickelt wurde, und ihr Hauptmerkmal ist "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser".

Erweiterungsscreenshots

screenshot

GBF Raiders 2: The Chrome Extenstion Identity-Erweiterungs-CRX-Datei herunterladen

Laden Sie GBF Raiders 2: The Chrome Extenstion Identity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name GBF Raiders 2: The Chrome Extenstion Identity GBF Raiders 2: The Chrome Extenstion Identity
ID jhdcbkpphfaclidacgbnnaphoilhgipm
Offizielle URL https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm
Beschreibung From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser
Dateigröße 1.34 MB
Installationsanzahl 2,426
Aktuelle Version 3.5
Letztes Update 2019-04-13
Veröffentlichungsdatum 2019-04-12
Bewertung 3.96/5 Insgesamt 55 Bewertungen
Entwickler https://gbfraiders.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}