Fullscreen Plus

Full screen websites without address/tabs bar

Cos'è Fullscreen Plus?

Fullscreen Plus è un'estensione di Chrome sviluppata da trishul.goel, e la sua funzione principale è "Full screen websites without address/tabs bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fullscreen Plus

Scarica i file di estensione Fullscreen Plus 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

                        Go distraction free full screen.
Mac/Windows/Linux - Control+Shift+F                    

Informazioni di Base sull'Estensione

Nome Fullscreen Plus Fullscreen Plus
ID doebahemngchadpfcadamjapeiceakli
URL Ufficiale https://chromewebstore.google.com/detail/fullscreen-plus/doebahemngchadpfcadamjapeiceakli
Descrizione Full screen websites without address/tabs bar
Dimensione del File 4.79 KB
Conteggio Installazioni 141
Versione Corrente 2.0
Ultimo Aggiornamento 2018-12-31
Data di Pubblicazione 2018-12-28
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore trishul.goel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fullscreen Plus",
    "description": "Full screen websites without address\/tabs bar",
    "version": "2.0",
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ]
}