IMDB to torrents

IMDB to torrents

ما هو IMDB to torrents؟

IMDB to torrents هو إضافة Chrome تم تطويرها بواسطة Michael Osincev، والميزة الرئيسية لها هي "IMDB to torrents".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IMDB to torrents

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

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

                        Short links to Download the movie from the IMDB site.                    

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

الاسم IMDB to torrents IMDB to torrents
ID gpgcofegipkcfpdmfdbfiliedhjpdnam
عنوان URL الرسمي https://chromewebstore.google.com/detail/imdb-to-torrents/gpgcofegipkcfpdmfdbfiliedhjpdnam
الوصف IMDB to torrents
حجم الملف 16.38 KB
عدد التثبيتات 28
النسخة الحالية 2
آخر تحديث 2023-06-21
تاريخ النشر 2021-07-07
المطور Michael Osincev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDB to torrents",
    "version": "2",
    "description": "IMDB to torrents",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imdb.com\/*",
                "*:\/\/*.eztv.wf\/*"
            ],
            "js": [
                "imdbtorrentlinks.user.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}