アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip
Amazon Prime Video 広告自動スキップ Automatically skip the Amazon Prime video announcement.
アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip란 무엇입니까?
アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip은(는) kooboo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Amazon Prime Video 広告自動スキップ Automatically skip the Amazon Prime video announcement."입니다.
확장 프로그램 스크린샷
アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
◆更新履歴 広告以外もスキップされる不具合を修正しました。 ◆概要 アマゾン プライム ビデオ(Amazon Prime Video)で動画が再生されているときに最初に表示される動画広告を瞬時に自動的にスキップします。 日本版Amazon(Amazon.co.jp)のみ動作します。 ◆Describe Instantly and automatically skip the first video ad that appears when a video is playing on Amazon Prime Video. Only the Japanese version of Amazon (Amazon.co.jp) will work.
확장 프로그램 기본 정보
이름 | アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip |
ID | fmopnpfikhdecddhnioadgkicajgedni |
공식 URL | https://chromewebstore.google.com/detail/%E3%82%A2%E3%83%9E%E3%82%BE%E3%83%B3%E3%83%97%E3%83%A9%E3%82%A4%E3%83%A0%E3%83%93%E3%83%87%E3%82%AA%E5%BA%83%E5%91%8A%E3%82%B9%E3%82%AD%E3%83%83%E3%83%97-amazon/fmopnpfikhdecddhnioadgkicajgedni |
설명 | Amazon Prime Video 広告自動スキップ Automatically skip the Amazon Prime video announcement. |
파일 크기 | 13.25 KB |
설치 횟수 | 2,931 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-05-02 |
출시 날짜 | 2020-05-24 |
평점 | 2.00/5 총 12 개의 평점 |
개발자 | kooboo |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30a2\u30de\u30be\u30f3\u30d7\u30e9\u30a4\u30e0\u30d3\u30c7\u30aa\u5e83\u544a\u30b9\u30ad\u30c3\u30d7 Amazon Prime Video ADS Skip", "version": "1.1.2", "manifest_version": 3, "description": "Amazon Prime Video \u5e83\u544a\u81ea\u52d5\u30b9\u30ad\u30c3\u30d7 Automatically skip the Amazon Prime video announcement.", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "js": [ "skip_button_Auto.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |