Netflix Trailers
Adds a button for trailers to Netflix.
What is Netflix Trailers?
Netflix Trailers is a Chrome extension developed by PatriciJo, and its main feature is "Adds a button for trailers to Netflix.".
Extension Screenshots
Download Netflix Trailers Extension CRX File
Download Netflix Trailers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Are you tired of googling Netflix Trailers? This extension helps you find the trailer by just one click! Our Extension adds a little button to Netflix which will redirect you to the Youtube trailer.
Extension Basic Information
Name | Netflix Trailers |
ID | bpcpnpgoonfokdeijmknlnmpnckfpiac |
Official URL | https://chromewebstore.google.com/detail/netflix-trailers/bpcpnpgoonfokdeijmknlnmpnckfpiac |
Description | Adds a button for trailers to Netflix. |
File Size | 666 KB |
Installation Count | 28 |
Current Version | 0.2 |
Last Updated | 2022-04-26 |
Publish Date | 2022-04-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | PatriciJo |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Trailers", "version": "0.2", "description": "Adds a button for trailers to Netflix.", "manifest_version": 3, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ ".\/script.js" ], "css": [ ".\/style.css" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.netflix.com\/*" ] } |