Neat Rabb.it

Theater mode for Rabb.it

What is Neat Rabb.it?

Neat Rabb.it is a Chrome extension developed by victornpb, and its main feature is "Theater mode for Rabb.it".

Extension Screenshots

screenshot

Download Neat Rabb.it Extension CRX File

Download Neat Rabb.it 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

                        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                    

Extension Basic Information

Name Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
Official URL https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
Description Theater mode for Rabb.it
File Size 363 KB
Installation Count 14
Current Version 0.1.1
Last Updated 2018-03-06
Publish Date 2018-03-05
Rating 4.00/5 Total 4 Ratings
Developer victornpb
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}