IMDB-RARBG

IMDB-RARBG, A Chrome extension

Wat is IMDB-RARBG?

IMDB-RARBG is een Chrome-extensie ontwikkeld door https://imdb-rarbg.com, en de belangrijkste functie is "IMDB-RARBG, A Chrome extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie IMDB-RARBG

Download IMDB-RARBG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam IMDB-RARBG IMDB-RARBG
ID ajdoamemmbdoaopmkldocdhhedfppplm
Officiële URL https://chromewebstore.google.com/detail/imdb-rarbg/ajdoamemmbdoaopmkldocdhhedfppplm
Beschrijving IMDB-RARBG, A Chrome extension
Bestandsgrootte 446 KB
Aantal Installaties 1,198
Huidige Versie 1.2
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-07-01
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://imdb-rarbg.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://imdb-rarbg.com
Help Pagina-URL https://imdb-rarbg.com
URL van de Privacybeleid Pagina https://nyaapreview.com/privacy
Ondersteunde Talen 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"
    }
}