IMDB-RARBG

IMDB-RARBG, A Chrome extension

What is IMDB-RARBG?

IMDB-RARBG is a Chrome extension developed by https://imdb-rarbg.com, and its main feature is "IMDB-RARBG, A Chrome extension".

Extension Screenshots

screenshot

Download IMDB-RARBG Extension CRX File

Download IMDB-RARBG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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, крупнейшей базы фильмов в мире.                    

Extension Basic Information

Name IMDB-RARBG IMDB-RARBG
ID ajdoamemmbdoaopmkldocdhhedfppplm
Official URL https://chromewebstore.google.com/detail/imdb-rarbg/ajdoamemmbdoaopmkldocdhhedfppplm
Description IMDB-RARBG, A Chrome extension
File Size 446 KB
Installation Count 1,198
Current Version 1.2
Last Updated 2020-12-11
Publish Date 2020-07-01
Rating 3.33/5 Total 3 Ratings
Developer https://imdb-rarbg.com
Email [email protected]
Payment Type free
Extension Website https://imdb-rarbg.com
Help Page URL https://imdb-rarbg.com
Privacy Policy Page URL https://nyaapreview.com/privacy
Supported Languages 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"
    }
}