Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
What is Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID is a Chrome extension developed by rluvaton, and its main feature is "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Extension Screenshots
Download Search RARBG Torrents by IMDB ID Extension CRX File
Download Search RARBG Torrents by IMDB ID 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
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Extension Basic Information
Name | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
Official URL | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
Description | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
File Size | 27.3 KB |
Installation Count | 172 |
Current Version | 0.0.2 |
Last Updated | 2020-06-09 |
Publish Date | 2020-06-07 |
Developer | rluvaton |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "0.0.2", "manifest_version": 2, "default_locale": "en", "permissions": [ "tabs", "https:\/\/rarbgto.org\/*", "https:\/\/rarbgtor.org\/*", "*:\/\/api.themoviedb.org\/*" ], "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background\/background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" } } |