Neat Rabb.it
Theater mode for Rabb.it
Neat Rabb.itとは何ですか?
Neat Rabb.itはvictornpbによって開発されたChromeの拡張機能で、その主な機能は「Theater mode for Rabb.it」です。
拡張機能のスクリーンショット
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 |
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\/*" ] } ] } |