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是由Tobias Skarhed開發的Chrome擴展程式,該擴展的主要功能是“Adds a link on a movie's IMDb page where it is possible to see where to watch it.”。

擴展截圖

screenshot
screenshot

下載Where to watch - Playpilot/IMDb擴展crx文件

下載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
官方網址 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"
    }
}