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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skip ads on Freevee. This extension will detect if an ad appears in a video and fast forward the ad until it completes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prime Ad Skipper | Fast Forward Ads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}