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

Wat is GBF Raiders 2: The Chrome Extenstion Identity?

GBF Raiders 2: The Chrome Extenstion Identity is een Chrome-extensie ontwikkeld door https://gbfraiders.com, en de belangrijkste functie is "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GBF Raiders 2: The Chrome Extenstion Identity

Download GBF Raiders 2: The Chrome Extenstion Identity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam GBF Raiders 2: The Chrome Extenstion Identity GBF Raiders 2: The Chrome Extenstion Identity
ID jhdcbkpphfaclidacgbnnaphoilhgipm
Officiële URL https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm
Beschrijving From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser
Bestandsgrootte 1.34 MB
Aantal Installaties 2,426
Huidige Versie 3.5
Laatst Bijgewerkt 2019-04-13
Publicatiedatum 2019-04-12
Beoordeling 3.96/5 Totaal 55 Beoordelingen
Ontwikkelaar https://gbfraiders.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}