RARBG thumbnails
Display thumbnails automaticly on RARBG
What is RARBG thumbnails?
RARBG thumbnails is a Chrome extension developed by Bitlab, and its main feature is "Display thumbnails automaticly on RARBG".
Extension Screenshots
Download RARBG thumbnails Extension CRX File
Download RARBG thumbnails extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display thumbnails automatically on RARBG, without having to hover on an item to display it. Source code: https://github.com/keyboardslayer/rarbg-thumbnails
Extension Basic Information
Name | |
ID | bajecalicogfgonhfimaeifdbdpmbgab |
Official URL | https://chrome.google.com/webstore/detail/rarbg-thumbnails/bajecalicogfgonhfimaeifdbdpmbgab |
Description | Display thumbnails automaticly on RARBG |
File Size | 7.83 KB |
Installation Count | 872 |
Current Version | 1.1.4 |
Last Updated | 2019-09-28 |
Publish Date | 2019-09-28 |
Rating | 3.63/5 Total 16 Ratings |
Developer | Bitlab |
Payment Type | free |
Supported Languages | 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" } } |