NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
NflxIntroSkip (Netflix Intro Skip)とは何ですか?
NflxIntroSkip (Netflix Intro Skip)はgmertesによって開発されたChromeの拡張機能で、その主な機能は「Automatically skip intros in the Netflix web-player」です。
拡張機能のスクリーンショット
NflxIntroSkip (Netflix Intro Skip)拡張機能のCRXファイルをダウンロード
NflxIntroSkip (Netflix Intro Skip)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. -The best at what it does: automatically click on the Skip Intro button in Netflix -Install and forget, there's no configuration -Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function -No analytics -Free and open source
拡張機能の基本情報
名前 | NflxIntroSkip (Netflix Intro Skip) |
ID | jiindpkmmoompocmhgnfabfhlhniolpl |
公式URL | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl |
説明 | Automatically skip intros in the Netflix web-player |
ファイルサイズ | 9.26 KB |
インストール数 | 169 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-10-20 |
公開日 | 2021-10-20 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | gmertes |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/gmertes/NflxIntroSkip |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "NflxIntroSkip", "description": "Automatically skip intros in the Netflix web-player", "version": "1.0.0", "manifest_version": 2, "name": "NflxIntroSkip (Netflix Intro Skip)", "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.min.js" ], "run_at": "document_start" } ] } |