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
Eメール [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\/*"
    ]
}