Neat Rabb.it
Theater mode for Rabb.it
Co to jest Neat Rabb.it?
Neat Rabb.it to rozszerzenie Chrome opracowane przez victornpb, a jego główną funkcją jest „Theater mode for Rabb.it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Neat Rabb.it
Pobierz pliki rozszerzeń Neat Rabb.it w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Neat Rabb.it |
ID | donpmjabppcnncmoiobkhkjmhkhfaiao |
Oficjalny URL | https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao |
Opis | Theater mode for Rabb.it |
Rozmiar pliku | 363 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2018-03-06 |
Data Publikacji | 2018-03-05 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | victornpb |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |