Neat Rabb.it
Theater mode for Rabb.it
Cos'è Neat Rabb.it?
Neat Rabb.it è un'estensione di Chrome sviluppata da victornpb, e la sua funzione principale è "Theater mode for Rabb.it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Neat Rabb.it
Scarica i file di estensione Neat Rabb.it 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
                        Neat Rabbit is an extension that modifies the current website layout, to provide a better user experience while watching content on the website www.rabb.it                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | donpmjabppcnncmoiobkhkjmhkhfaiao | 
| URL Ufficiale | https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao | 
| Descrizione | Theater mode for Rabb.it | 
| Dimensione del File | 363 KB | 
| Conteggio Installazioni | 14 | 
| Versione Corrente | 0.1.1 | 
| Ultimo Aggiornamento | 2018-03-06 | 
| Data di Pubblicazione | 2018-03-05 | 
| Valutazione | 4.00/5 Totale 4 Valutazioni | 
| Sviluppatore | victornpb | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Rabb.it",
    "description": "Theater mode for Rabb.it",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ]
        }
    ]
}  |  |