アマゾンプライムビデオ広告スキップ 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.”。

擴展截圖

screenshot

下載アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip擴展crx文件

下載アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ◆更新履歴
広告以外もスキップされる不具合を修正しました。 

◆概要
アマゾン プライム ビデオ(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 アマゾンプライムビデオ広告スキップ Amazon Prime Video ADS Skip
ID fmopnpfikhdecddhnioadgkicajgedni
官方網址 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"
    }
}