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.”。

扩展截图

screenshot

下载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 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"
            ]
        }
    ]
}