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”。

擴展截圖

screenshot

下載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 Search RARBG Torrents by IMDB ID
ID imfeamfamnblnbdjpilngedmmlpemfne
官方網址 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"
    }
}