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 |
官方網址 | 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\/*" ] } |