Peacock Ad Skipper | Ad Blocker

Skip ads on Peacock

Wat is Peacock Ad Skipper | Ad Blocker?

Peacock Ad Skipper | Ad Blocker is een Chrome-extensie ontwikkeld door Ad Skipper, en de belangrijkste functie is "Skip ads on Peacock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Peacock Ad Skipper | Ad Blocker

Download Peacock Ad Skipper | Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Fast forward through ads on Peacock!

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

Basisinformatie over de Extensie

Naam Peacock Ad Skipper | Ad Blocker Peacock Ad Skipper | Ad Blocker
ID cfklonhonmkkbjpkcgjidgnpohjcoeld
Officiële URL https://chromewebstore.google.com/detail/peacock-ad-skipper-ad-blo/cfklonhonmkkbjpkcgjidgnpohjcoeld
Beschrijving Skip ads on Peacock
Bestandsgrootte 443 KB
Aantal Installaties 303
Huidige Versie 1.2
Laatst Bijgewerkt 2022-05-20
Publicatiedatum 2022-05-19
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Ad Skipper
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}