Neat Rabb.it

Theater mode for Rabb.it

什么是Neat Rabb.it?

Neat Rabb.it是由victornpb开发的Chrome扩展程序,该扩展的主要功能是“Theater mode for Rabb.it”。

扩展截图

screenshot

下载Neat Rabb.it扩展crx文件

下载Neat Rabb.it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
官方URL https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
简介 Theater mode for Rabb.it
文件大小 363 KB
安装次数 14
当前版本 0.1.1
更新时间 2018-03-06
上架时间 2018-03-05
评分 4.00/5 共4次评分
开发者 victornpb
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}