Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Qu'est-ce que Search RARBG Torrents by IMDB ID ?
Search RARBG Torrents by IMDB ID est une extension Chrome développée par rluvaton, et sa fonction principale est "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search RARBG Torrents by IMDB ID
Téléchargez les fichiers d'extension Search RARBG Torrents by IMDB ID 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
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Informations de Base sur l'Extension
Nom | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
URL Officiel | 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 |
Taille du Fichier | 27.3 KB |
Nombre d'Installations | 172 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-06-09 |
Date de Publication | 2020-06-07 |
Développeur | rluvaton |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Langues Prises en Charge | 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" } } |