Where to watch - Playpilot/IMDb
Adds a link on a movie's IMDb page where it is possible to see where to watch it.
Wat is Where to watch - Playpilot/IMDb?
Where to watch - Playpilot/IMDb is een Chrome-extensie ontwikkeld door Tobias Skarhed, en de belangrijkste functie is "Adds a link on a movie's IMDb page where it is possible to see where to watch it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Where to watch - Playpilot/IMDb
Download Where to watch - Playpilot/IMDb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds a quick link from an IMDb movie page to Playpilot, where you quickly can find where to stream or buy the movie.
Basisinformatie over de Extensie
Naam | Where to watch - Playpilot/IMDb |
ID | gbkcbeadggmaepdjjpikfneiipcldfjd |
Officiële URL | https://chromewebstore.google.com/detail/where-to-watch-playpiloti/gbkcbeadggmaepdjjpikfneiipcldfjd |
Beschrijving | Adds a link on a movie's IMDb page where it is possible to see where to watch it. |
Bestandsgrootte | 198 KB |
Aantal Installaties | 38 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2021-04-13 |
Publicatiedatum | 2021-03-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tobias Skarhed |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/tskarhed/playpilot-imdb-extension |
Help Pagina-URL | https://github.com/tskarhed/playpilot-imdb-extension/issues |
Ondersteunde Talen | 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" } } |