Netflix Enhanced
Extension to enhance your Netflix experience
Netflix Enhancedとは何ですか?
Netflix EnhancedはT.A.E Developersによって開発されたChromeの拡張機能で、その主な機能は「Extension to enhance your Netflix experience」です。
拡張機能のスクリーンショット
Netflix Enhanced拡張機能のCRXファイルをダウンロード
Netflix Enhanced拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more. Options available to enable and disable features as desired. Disclaimer: NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..
拡張機能の基本情報
名前 | Netflix Enhanced |
ID | gepdfpfaoconabdpgaaklcmgbagbponn |
公式URL | https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn |
説明 | Extension to enhance your Netflix experience |
ファイルサイズ | 104 KB |
インストール数 | 32 |
現在のバージョン | 0.0.6 |
最終更新日 | 2020-05-31 |
公開日 | 2020-05-30 |
開発者 | T.A.E Developers |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Enhanced", "version": "0.0.6", "description": "Extension to enhance your Netflix experience", "icons": { "128": "images\/icons128.png", "48": "images\/icons48.png", "16": "images\/icons16.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "scripts\/global.js", "scripts\/variables.js", "scripts\/content.js", "scripts\/jquery.js" ] } ], "permissions": [ "*:\/\/www.netflix.com\/*", "storage" ] } |