Netflix Trailers
Adds a button for trailers to Netflix.
什么是Netflix Trailers?
Netflix Trailers是由PatriciJo开发的Chrome扩展程序,该扩展的主要功能是“Adds a button for trailers to Netflix.”。
扩展截图
下载Netflix Trailers扩展crx文件
下载Netflix Trailers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Netflix Trailers |
ID | bpcpnpgoonfokdeijmknlnmpnckfpiac |
官方URL | https://chromewebstore.google.com/detail/netflix-trailers/bpcpnpgoonfokdeijmknlnmpnckfpiac |
简介 | Adds a button for trailers to Netflix. |
文件大小 | 666 KB |
安装次数 | 28 |
当前版本 | 0.2 |
更新时间 | 2022-04-26 |
上架时间 | 2022-04-09 |
评分 | 5.00/5 共1次评分 |
开发者 | PatriciJo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } |