RARBG thumbnails
Display thumbnails automaticly on RARBG
Qu'est-ce que RARBG thumbnails ?
RARBG thumbnails est une extension Chrome développée par Bitlab, et sa fonction principale est "Display thumbnails automaticly on RARBG".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RARBG thumbnails
Téléchargez les fichiers d'extension RARBG thumbnails au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Informations de Base sur l'Extension
Nom | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
URL Officiel | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Description | Display thumbnails automaticly on RARBG |
Taille du Fichier | 7.83 KB |
Nombre d'Installations | 872 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2019-09-28 |
Date de Publication | 2019-09-28 |
Évaluation | 3.63/5 Total 16 Évaluations |
Développeur | Bitlab |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |