Where to watch - Playpilot/IMDb

Adds a link on a movie's IMDb page where it is possible to see where to watch it.

Where to watch - Playpilot/IMDbคืออะไร?

Where to watch - Playpilot/IMDb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tobias Skarhed และคุณลักษณะหลักของมันคือ "Adds a link on a movie's IMDb page where it is possible to see where to watch it."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Where to watch - Playpilot/IMDb

ดาวน์โหลดไฟล์ส่วนขยาย Where to watch - Playpilot/IMDb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Adds a quick link from an IMDb movie page to Playpilot, where you quickly can find where to stream or buy the movie.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Where to watch - Playpilot/IMDb Where to watch - Playpilot/IMDb
ID gbkcbeadggmaepdjjpikfneiipcldfjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/where-to-watch-playpiloti/gbkcbeadggmaepdjjpikfneiipcldfjd
คำอธิบาย Adds a link on a movie's IMDb page where it is possible to see where to watch it.
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.2.2
อัปเดตครั้งล่าสุด 2021-04-13
วันที่เผยแพร่ 2021-03-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Tobias Skarhed
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tskarhed/playpilot-imdb-extension
URL หน้าช่วยเหลือ https://github.com/tskarhed/playpilot-imdb-extension/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where to watch - Playpilot\/IMDb",
    "description": "Adds a link on a movie's IMDb page where it is possible to see where to watch it.",
    "version": "0.2.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/atlas.playpilot.com\/api\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.imdb.com\/title\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}