FURL3X

L'extension qui vous notifie quand FURL3X est en live !

Co to jest FURL3X?

FURL3X to rozszerzenie Chrome opracowane przez FURL3X, a jego główną funkcją jest „L'extension qui vous notifie quand FURL3X est en live !”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FURL3X

Pobierz pliki rozszerzeń FURL3X 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

                        L'extension qui vous alerte du lancement d'un live sur la chaîne twitch de FURL3X, elle dispose aussi d'une interface graphique vous proposant divers liens vers ses réseaux sociaux !                    

Podstawowe informacje o rozszerzeniu

Nazwa FURL3X FURL3X
ID pgiaobnmblpogenpgphfekkfdnmijdem
Oficjalny URL https://chrome.google.com/webstore/detail/furl3x/pgiaobnmblpogenpgphfekkfdnmijdem
Opis L'extension qui vous notifie quand FURL3X est en live !
Rozmiar pliku 173 KB
Liczba instalacji 78
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2021-04-03
Data Publikacji 2020-09-01
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper FURL3X
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FURL3X",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon_48.png"
        },
        "default_title": "Furl3x Live",
        "default_popup": "popup.html"
    },
    "description": "L'extension qui vous notifie quand FURL3X est en live !",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png"
    },
    "version": "0.1.4"
}