Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Vad är Search RARBG Torrents by IMDB ID?
Search RARBG Torrents by IMDB ID är en Chrome-tillägg utvecklad av rluvaton, och dess huvudfunktion är "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
Tilläggsskärmbilder
Ladda ner Search RARBG Torrents by IMDB ID-förlängningens CRX-fil
Ladda ner Search RARBG Torrents by IMDB ID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID Grundläggande Information om Tillägg
| Namn | |
| ID | imfeamfamnblnbdjpilngedmmlpemfne |
| Officiell webbadress | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
| Beskrivning | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
| Filstorlek | 27.3 KB |
| Antal Installationer | 172 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2020-06-09 |
| Publiceringsdatum | 2020-06-07 |
| Utvecklare | rluvaton |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/rluvaton/search-rarbg-by-imdb-id |
| Stödda Språk | 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"
}
} | |