Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
¿Qué es Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID es una extensión de Chrome desarrollada por rluvaton, y su función principal es "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search RARBG Torrents by IMDB ID
Descarga archivos de extensión Search RARBG Torrents by IMDB ID en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Información Básica de la Extensión
Nombre | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
URL Oficial | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
Descripción | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
Tamaño del Archivo | 27.3 KB |
Cantidad de Instalaciones | 172 |
Versión Actual | 0.0.2 |
Última Actualización | 2020-06-09 |
Fecha de Publicación | 2020-06-07 |
Desarrollador | rluvaton |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Idiomas Soportados | 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" } } |