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是由rluvaton开发的Chrome扩展程序,该扩展的主要功能是“Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie”。
扩展截图
下载Search RARBG Torrents by IMDB ID扩展crx文件
下载Search RARBG Torrents by IMDB ID扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |