Search RARBG Torrents by IMDB ID
Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
ما هو Search RARBG Torrents by IMDB ID؟
Search RARBG Torrents by IMDB ID هو إضافة Chrome تم تطويرها بواسطة rluvaton، والميزة الرئيسية لها هي "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search RARBG Torrents by IMDB ID
قم بتنزيل ملفات الامتداد Search RARBG Torrents by IMDB ID بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID
معلومات أساسية عن التمديد
الاسم | Search RARBG Torrents by IMDB ID |
ID | imfeamfamnblnbdjpilngedmmlpemfne |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne |
الوصف | Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie |
حجم الملف | 27.3 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2020-06-09 |
تاريخ النشر | 2020-06-07 |
المطور | rluvaton |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rluvaton/search-rarbg-by-imdb-id |
اللغات المدعومة | 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" } } |