Prime Ad Skipper

Skips preroll ads for Amazon Prime

什么是Prime Ad Skipper?

Prime Ad Skipper是由Riley Bourne开发的Chrome扩展程序,该扩展的主要功能是“Skips preroll ads for Amazon Prime”。

扩展截图

screenshot

下载Prime Ad Skipper扩展crx文件

下载Prime Ad Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple extension to automatically skip any pre-roll ads in Amazon's Prime Video.

In the current version when an ad begins playing the extension will automatically press the "Skip" button. In future versions this will be toggleable via a popup ui for the edge cases where people may want to view content behind a "Skip" button.

LIMITATIONS:
Currently this only works if you access the video through its respective show page. Results may be varied if you press the "Play" icon on the main home page. This is going to be fixed in future releases.                    

扩展基本信息

名称 Prime Ad Skipper Prime Ad Skipper
ID bnppfgmhmfikbaicmhfhaccjngkjlgig
官方URL https://chromewebstore.google.com/detail/prime-ad-skipper/bnppfgmhmfikbaicmhfhaccjngkjlgig
简介 Skips preroll ads for Amazon Prime
文件大小 39.03 KB
安装次数 1,000
当前版本 0.0.1
更新时间 2022-12-03
上架时间 2022-12-02
评分 3.00/5 共4次评分
开发者 Riley Bourne
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ad Skipper",
    "description": "Skips preroll ads for Amazon Prime",
    "homepage_url": "https:\/\/bigwillyshlongdong.gay",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "96": "logo-96.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "js": [
                "idle.js"
            ],
            "matches": [
                "https:\/\/*.primevideo.com\/*detail*",
                "http:\/\/*.primevideo.com\/*detail*"
            ]
        }
    ]
}