Peacock Ad Skipper | Ad Blocker

Skip ads on Peacock

What is Peacock Ad Skipper | Ad Blocker?

Peacock Ad Skipper | Ad Blocker is a Chrome extension developed by Ad Skipper, and its main feature is "Skip ads on Peacock".

Extension Screenshots

screenshot

Download Peacock Ad Skipper | Ad Blocker Extension CRX File

Download Peacock Ad Skipper | Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Fast forward through ads on Peacock!

This extension finds, mutes, and fast forwards through all ads while watching Peacock.                    

Extension Basic Information

Name Peacock Ad Skipper | Ad Blocker Peacock Ad Skipper | Ad Blocker
ID cfklonhonmkkbjpkcgjidgnpohjcoeld
Official URL https://chromewebstore.google.com/detail/peacock-ad-skipper-ad-blo/cfklonhonmkkbjpkcgjidgnpohjcoeld
Description Skip ads on Peacock
File Size 443 KB
Installation Count 303
Current Version 1.2
Last Updated 2022-05-20
Publish Date 2022-05-19
Rating 3.33/5 Total 3 Ratings
Developer Ad Skipper
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peacock Ad Skipper | Ad Blocker",
    "version": "1.2",
    "manifest_version": 3,
    "description": "Skip ads on Peacock",
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Fast Forward Through Ads!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.peacocktv.com\/watch\/playback\/vod\/*",
        "http:\/\/www.peacocktv.com\/watch\/playback\/vod\/*"
    ]
}