RARBG thumbnails
Display thumbnails automaticly on RARBG
Cos'è RARBG thumbnails?
RARBG thumbnails è un'estensione di Chrome sviluppata da Bitlab, e la sua funzione principale è "Display thumbnails automaticly on RARBG".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RARBG thumbnails
Scarica i file di estensione RARBG thumbnails in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Informazioni di Base sull'Estensione
Nome | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
URL Ufficiale | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Descrizione | Display thumbnails automaticly on RARBG |
Dimensione del File | 7.83 KB |
Conteggio Installazioni | 872 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2019-09-28 |
Data di Pubblicazione | 2019-09-28 |
Valutazione | 3.63/5 Totale 16 Valutazioni |
Sviluppatore | Bitlab |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |