IMDb for Torrentz

Adds IMDb information to torrent files on Torrentz.

ما هو IMDb for Torrentz؟

IMDb for Torrentz هو إضافة Chrome تم تطويرها بواسطة bodyflex، والميزة الرئيسية لها هي "Adds IMDb information to torrent files on Torrentz.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة IMDb for Torrentz

قم بتنزيل ملفات الامتداد IMDb for Torrentz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Now also works with HTTPS thanks to https://github.com/sodik82!

Adds IMDb-ratings to search results on all Torrentz-sites.

Using BitTorrent is legal, downloading copyrighted material isn't. Be careful of what you download or face the consequences.

GitHub: https://github.com/bodyflex/torrentz-imdb                    

معلومات أساسية عن التمديد

الاسم IMDb for Torrentz IMDb for Torrentz
ID kmickmhkjdjhhehdfehhbhfalalajjng
عنوان URL الرسمي https://chromewebstore.google.com/detail/imdb-for-torrentz/kmickmhkjdjhhehdfehhbhfalalajjng
الوصف Adds IMDb information to torrent files on Torrentz.
حجم الملف 15.64 KB
عدد التثبيتات 438
النسخة الحالية 0.4.1
آخر تحديث 2015-03-18
تاريخ النشر 2015-03-18
تقييم 4.67/5 مجموع تقييمات 9
المطور bodyflex
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*"
            ]
        }
    ],
    "description": "Adds IMDb information to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "IMDb for Torrentz",
    "version": "0.4.1",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/www.omdbapi.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}