Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Wat is Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID is een Chrome-extensie ontwikkeld door rluvaton, en de belangrijkste functie is "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Extensie Screenshots
Download het CRX-bestand van de extensie Search RARBG Torrents by IMDB ID
Download Search RARBG Torrents by IMDB ID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Basisinformatie over de Extensie
Naam | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
Officiële URL | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
Beschrijving | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
Bestandsgrootte | 27.3 KB |
Aantal Installaties | 172 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-06-09 |
Publicatiedatum | 2020-06-07 |
Ontwikkelaar | rluvaton |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Ondersteunde Talen | 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" } } |