Prime Ad Skipper | Fast Forward Ads

Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.

什么是Prime Ad Skipper | Fast Forward Ads?

Prime Ad Skipper | Fast Forward Ads是由basilieus开发的Chrome扩展程序,该扩展的主要功能是“Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.”。

扩展截图

screenshot

下载Prime Ad Skipper | Fast Forward Ads扩展crx文件

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

扩展使用说明

                        Skip ads on Prime And Freevee.

This extension will detect if an ad appears in a video and will fast forward the ad until it completes. Use this extension for a better user experience on prime and freevee videos.

Other extensions degrade quality and can't be used for long periods of time, this extension solves performance and quality issues for a better extension currently in the store.

Working as of Dec '23.                    

扩展基本信息

名称 Prime Ad Skipper | Fast Forward Ads Prime Ad Skipper | Fast Forward Ads
ID cejgladcdfpkmdhncmncloapbdijhaah
官方URL https://chromewebstore.google.com/detail/prime-ad-skipper-fast-for/cejgladcdfpkmdhncmncloapbdijhaah
简介 Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes.
文件大小 38.61 KB
安装次数 39
当前版本 1.3
更新时间 2023-12-15
上架时间 2023-12-15
评分 1.00/5 共1次评分
开发者 basilieus
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prime Ad Skipper | Fast Forward Ads",
    "version": "1.3",
    "manifest_version": 3,
    "description": "Skip ads on Freevee.\nThis extension will detect if an ad appears in a video and fast forward the ad until it completes.",
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Fast Forward Through Freevee Ads!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.amazon.com\/gp\/video\/*",
        "http:\/\/www.amazon.com\/gp\/video\/*",
        "https:\/\/www.amazon.co.uk\/gp\/video\/*",
        "http:\/\/www.amazon.co.uk\/gp\/video\/*"
    ]
}