Where to watch - Playpilot/IMDb
Adds a link on a movie's IMDb page where it is possible to see where to watch it.
Co je Where to watch - Playpilot/IMDb?
Where to watch - Playpilot/IMDb je rozšíření Chrome vyvinuté Tobias Skarhed, a jeho hlavní funkcí je „Adds a link on a movie's IMDb page where it is possible to see where to watch it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Where to watch - Playpilot/IMDb
Stáhněte si soubory rozšíření Where to watch - Playpilot/IMDb ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Adds a quick link from an IMDb movie page to Playpilot, where you quickly can find where to stream or buy the movie.
Základní Informace o Rozšíření
Název | Where to watch - Playpilot/IMDb |
ID | gbkcbeadggmaepdjjpikfneiipcldfjd |
Oficiální URL | https://chromewebstore.google.com/detail/where-to-watch-playpiloti/gbkcbeadggmaepdjjpikfneiipcldfjd |
Popis | Adds a link on a movie's IMDb page where it is possible to see where to watch it. |
Velikost souboru | 198 KB |
Počet instalací | 38 |
Aktuální Verze | 0.2.2 |
Poslední Aktualizace | 2021-04-13 |
Datum Vydání | 2021-03-09 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Tobias Skarhed |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tskarhed/playpilot-imdb-extension |
URL Stránky Nápovědy | https://github.com/tskarhed/playpilot-imdb-extension/issues |
Podporované Jazyky | 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" } } |