Neat Rabb.it

Theater mode for Rabb.it

Qu'est-ce que Neat Rabb.it ?

Neat Rabb.it est une extension Chrome développée par victornpb, et sa fonction principale est "Theater mode for Rabb.it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Neat Rabb.it

Téléchargez les fichiers d'extension Neat Rabb.it au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
URL Officiel https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
Description Theater mode for Rabb.it
Taille du Fichier 363 KB
Nombre d'Installations 14
Version Actuelle 0.1.1
Dernière Mise à Jour 2018-03-06
Date de Publication 2018-03-05
Évaluation 4.00/5 Total 4 Évaluations
Développeur victornpb
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}