Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Amazon Prime Skip Introとは何ですか?
Amazon Prime Skip IntroはUnknownによって開発されたChromeの拡張機能で、その主な機能は「If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.」です。
拡張機能のスクリーンショット
Amazon Prime Skip Intro拡張機能のCRXファイルをダウンロード
Amazon Prime Skip Intro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
拡張機能の基本情報
名前 | Amazon Prime Skip Intro |
ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
公式URL | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
説明 | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
ファイルサイズ | 33.88 KB |
インストール数 | 127 |
現在のバージョン | 1.0 |
最終更新日 | 2019-08-02 |
公開日 | 2019-08-01 |
評価 | 1.00/5 合計 4 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Prime Skip Intro", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/video\/*", "http:\/\/www.amazon.com\/gp\/video\/*" ], "js": [ "content.js" ] } ] } |