Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Was ist Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID ist eine Chrome-Erweiterung, die von rluvaton entwickelt wurde, und ihr Hauptmerkmal ist "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Erweiterungsscreenshots
Search RARBG Torrents by IMDB ID-Erweiterungs-CRX-Datei herunterladen
Laden Sie Search RARBG Torrents by IMDB ID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
Grundlegende Informationen zur Erweiterung
Name | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
Offizielle URL | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
Beschreibung | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
Dateigröße | 27.3 KB |
Installationsanzahl | 172 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2020-06-09 |
Veröffentlichungsdatum | 2020-06-07 |
Entwickler | rluvaton |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rluvaton/search-rarbg-by-imdb-id |
Unterstützte Sprachen | 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" } } |