RARBG thumbnails
Display thumbnails automaticly on RARBG
Wat is RARBG thumbnails?
RARBG thumbnails is een Chrome-extensie ontwikkeld door Bitlab, en de belangrijkste functie is "Display thumbnails automaticly on RARBG".
Extensie Screenshots
Download het CRX-bestand van de extensie RARBG thumbnails
Download RARBG thumbnails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Basisinformatie over de Extensie
Naam | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
Officiële URL | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Beschrijving | Display thumbnails automaticly on RARBG |
Bestandsgrootte | 7.83 KB |
Aantal Installaties | 872 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2019-09-28 |
Publicatiedatum | 2019-09-28 |
Beoordeling | 3.63/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Bitlab |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |