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 là gì?

Search RARBG Torrents by IMDB ID là một tiện ích mở rộng Chrome được phát triển bởi rluvaton, và tính năng chính của nó là "Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search RARBG Torrents by IMDB ID

Tải xuống các tệp mở rộng Search RARBG Torrents by IMDB ID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this extension you can search RarBG website by name TMDB name and it will search by IMDB ID                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search RARBG Torrents by IMDB ID Search RARBG Torrents by IMDB ID
ID imfeamfamnblnbdjpilngedmmlpemfne
URL Chính Thức https://chromewebstore.google.com/detail/search-rarbg-torrents-by/imfeamfamnblnbdjpilngedmmlpemfne
Mô tả Search RARBG Torrents by searching for the IMDB ID for the wanted TV show/movie
Kích Thước Tệp 27.3 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-06-09
Ngày Phát Hành 2020-06-07
Nhà Phát Triển rluvaton
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rluvaton/search-rarbg-by-imdb-id
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}