Skippy
Skippy is a cool little dude who loves to skip stuff.
Skippyとは何ですか?
Skippyはygordannielによって開発されたChromeの拡張機能で、その主な機能は「Skippy is a cool little dude who loves to skip stuff.」です。
拡張機能のスクリーンショット
Skippy拡張機能のCRXファイルをダウンロード
Skippy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Skippy is a cool assistant for your video streaming platforms. - Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?"; - PrimeVideo: skips ads, intros and to next episode when is available; - Youtube: skips ads and close ad banners;
拡張機能の基本情報
名前 | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
公式URL | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
説明 | Skippy is a cool little dude who loves to skip stuff. |
ファイルサイズ | 5.83 KB |
インストール数 | 94 |
現在のバージョン | 1.3 |
最終更新日 | 2019-03-22 |
公開日 | 2019-03-21 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ygordanniel |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy", "description": "Skippy is a cool little dude who loves to skip stuff.", "version": "1.3", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |