IMDB-RARBG

IMDB-RARBG, A Chrome extension

IMDB-RARBGとは何ですか?

IMDB-RARBGはhttps://imdb-rarbg.comによって開発されたChromeの拡張機能で、その主な機能は「IMDB-RARBG, A Chrome extension」です。

拡張機能のスクリーンショット

screenshot

IMDB-RARBG拡張機能のCRXファイルをダウンロード

IMDB-RARBG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search RARBG torrents and subtitles from IMDb, the biggest movie database in the world.

세계 최대의 영화 정보 사이트 IMDb에서 찾은 최신 인기작을 RARBG에서 자막과 함께 바로 다운받아 보세요.

Procure por torrents do RARBG e legendas do IMDb, o maior banco de dados de filmes do mundo. 

Находите на RARBG торренты и субтитры с IMDb, крупнейшей базы фильмов в мире.                    

拡張機能の基本情報

名前 IMDB-RARBG IMDB-RARBG
ID ajdoamemmbdoaopmkldocdhhedfppplm
公式URL https://chromewebstore.google.com/detail/imdb-rarbg/ajdoamemmbdoaopmkldocdhhedfppplm
説明 IMDB-RARBG, A Chrome extension
ファイルサイズ 446 KB
インストール数 1,198
現在のバージョン 1.2
最終更新日 2020-12-11
公開日 2020-07-01
評価 3.33/5 合計 3 レビュー
開発者 https://imdb-rarbg.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://imdb-rarbg.com
ヘルプページのURL https://imdb-rarbg.com
プライバシーポリシーページのURL https://nyaapreview.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDB-RARBG",
    "author": "Junho Yeo",
    "version": "1.2",
    "description": "IMDB-RARBG, A Chrome extension",
    "permissions": [
        "identity",
        "storage",
        "background",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/imdb-rarbg.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_icon": "assets\/icon128.png",
        "default_title": "IMDB to RARBG"
    },
    "oauth2": {
        "client_id": "712299114145-t6a2m0o7eke5vqt278i8bheg0g6j1es8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    }
}