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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}