LiveForum

Giving a glass of ice water to forum.ge users

Cos'è LiveForum?

LiveForum è un'estensione di Chrome sviluppata da slev7n, e la sua funzione principale è "Giving a glass of ice water to forum.ge users".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LiveForum

Scarica i file di estensione LiveForum in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Ergonomic text editing for forum.ge                    

Informazioni di Base sull'Estensione

Nome LiveForum LiveForum
ID ndgkajmambbiknophepokfnnangenaab
URL Ufficiale https://chromewebstore.google.com/detail/liveforum/ndgkajmambbiknophepokfnnangenaab
Descrizione Giving a glass of ice water to forum.ge users
Dimensione del File 31.46 KB
Conteggio Installazioni 280
Versione Corrente 4.0.8
Ultimo Aggiornamento 2021-02-23
Data di Pubblicazione 2018-04-23
Valutazione 4.93/5 Totale 14 Valutazioni
Sviluppatore slev7n
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiveForum",
    "version": "4.0.8",
    "description": "Giving a glass of ice water to forum.ge users",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        "icons\/wallpaper.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/forum.ge\/*",
                "*:\/\/*.forum.ge\/*"
            ],
            "js": [
                "modules\/setup.js",
                "modules\/storage.js",
                "modules\/notifications.js",
                "modules\/liveforum.js",
                "index.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ]
}