IMDB-RARBG

IMDB-RARBG, A Chrome extension

Qu'est-ce que IMDB-RARBG ?

IMDB-RARBG est une extension Chrome développée par https://imdb-rarbg.com, et sa fonction principale est "IMDB-RARBG, A Chrome extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMDB-RARBG

Téléchargez les fichiers d'extension IMDB-RARBG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IMDB-RARBG IMDB-RARBG
ID ajdoamemmbdoaopmkldocdhhedfppplm
URL Officiel https://chromewebstore.google.com/detail/imdb-rarbg/ajdoamemmbdoaopmkldocdhhedfppplm
Description IMDB-RARBG, A Chrome extension
Taille du Fichier 446 KB
Nombre d'Installations 1,198
Version Actuelle 1.2
Dernière Mise à Jour 2020-12-11
Date de Publication 2020-07-01
Évaluation 3.33/5 Total 3 Évaluations
Développeur https://imdb-rarbg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://imdb-rarbg.com
URL de la Page d'Aide https://imdb-rarbg.com
URL de la Page de Politique de Confidentialité https://nyaapreview.com/privacy
Langues Prises en Charge 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"
    }
}