RARBG thumbnails
Display thumbnails automaticly on RARBG
Was ist RARBG thumbnails?
RARBG thumbnails ist eine Chrome-Erweiterung, die von Bitlab entwickelt wurde, und ihr Hauptmerkmal ist "Display thumbnails automaticly on RARBG".
Erweiterungsscreenshots
RARBG thumbnails-Erweiterungs-CRX-Datei herunterladen
Laden Sie RARBG thumbnails-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Grundlegende Informationen zur Erweiterung
Name | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
Offizielle URL | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Beschreibung | Display thumbnails automaticly on RARBG |
Dateigröße | 7.83 KB |
Installationsanzahl | 872 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2019-09-28 |
Veröffentlichungsdatum | 2019-09-28 |
Bewertung | 3.63/5 Insgesamt 16 Bewertungen |
Entwickler | Bitlab |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |