Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Cos'è Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID è un'estensione di Chrome sviluppata da rluvaton, e la sua funzione principale è "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search RARBG Torrents by IMDB ID
Scarica i file di estensione Search RARBG Torrents by IMDB ID in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Informazioni di Base sull'Estensione
Nome | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
URL Ufficiale | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
Descrizione | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
Dimensione del File | 27.3 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-06-09 |
Data di Pubblicazione | 2020-06-07 |
Sviluppatore | rluvaton |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Lingue Supportate | 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" } } |