FURL3X

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

What is FURL3X?

FURL3X is a Chrome extension developed by FURL3X, and its main feature is "L'extension qui vous notifie quand FURL3X est en live !".

Extension Screenshots

screenshot

Download FURL3X Extension CRX File

Download FURL3X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name FURL3X FURL3X
ID pgiaobnmblpogenpgphfekkfdnmijdem
Official URL https://chrome.google.com/webstore/detail/furl3x/pgiaobnmblpogenpgphfekkfdnmijdem
Description L'extension qui vous notifie quand FURL3X est en live !
File Size 173 KB
Installation Count 78
Current Version 0.1.4
Last Updated 2021-04-03
Publish Date 2020-09-01
Rating 5.00/5 Total 5 Ratings
Developer FURL3X
Email [email protected]
Payment Type free
Supported Languages 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"
}