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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |