Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Hvad er Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID er en Chrome-udvidelse udviklet af rluvaton, og dens hovedfunktion er "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Udvidelsesskærmbilleder
Download Search RARBG Torrents by IMDB ID-udvidelses-CRX-fil
Download Search RARBG Torrents by IMDB ID-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | imfeamfamnblnbdjpilngedmmlpemfne |
| Officiel URL | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
| Beskrivelse | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
| Filstørrelse | 27.3 KB |
| Antal Installationer | 172 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2020-06-09 |
| Udgivelsesdato | 2020-06-07 |
| Udvikler | rluvaton |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/rluvaton/search-rarbg-by-imdb-id |
| Understøttede Sprog | 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"
}
} | |