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

Что такое GBF Raiders 2: The Chrome Extenstion Identity?

GBF Raiders 2: The Chrome Extenstion Identity - это расширение Chrome, разработанное https://gbfraiders.com, и его основная функция - "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GBF Raiders 2: The Chrome Extenstion Identity

Скачайте файлы расширений GBF Raiders 2: The Chrome Extenstion Identity в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название GBF Raiders 2: The Chrome Extenstion Identity GBF Raiders 2: The Chrome Extenstion Identity
ID jhdcbkpphfaclidacgbnnaphoilhgipm
Официальный URL https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm
Описание From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser
Размер файла 1.34 MB
Количество установок 2,426
Текущая Версия 3.5
Последнее Обновление 2019-04-13
Дата публикации 2019-04-12
Рейтинг 3.96/5 Всего 55 оценок
Разработчик https://gbfraiders.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}