RARBG thumbnails
Display thumbnails automaticly on RARBG
Co to jest RARBG thumbnails?
RARBG thumbnails to rozszerzenie Chrome opracowane przez Bitlab, a jego główną funkcją jest „Display thumbnails automaticly on RARBG”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RARBG thumbnails
Pobierz pliki rozszerzeń RARBG thumbnails 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
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
Oficjalny URL | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Opis | Display thumbnails automaticly on RARBG |
Rozmiar pliku | 7.83 KB |
Liczba instalacji | 872 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2019-09-28 |
Data Publikacji | 2019-09-28 |
Ocena | 3.63/5 Łącznie 16 Oceny |
Deweloper | Bitlab |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RARBG thumbnails", "short_name": "RARBG thumbs", "description": "Display thumbnails automaticly on RARBG", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/rarbg.to\/top*", "*:\/\/rarbg.to\/torrents.php*", "*:\/\/rarbg.is\/top*", "*:\/\/rarbg.is\/torrents.php*", "*:\/\/rarbgproxy.org\/top*", "*:\/\/rarbgproxy.org\/torrents.php*", "*:\/\/rarbgmirror.com\/top*", "*:\/\/rarbgmirror.com\/torrents.php*", "*:\/\/rarbgunblocked.org\/top*", "*:\/\/rarbgunblocked.org\/torrents.php*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |