Silent YouTube Ads

Moral silencing of YouTube ads.

Wat is Silent YouTube Ads?

Silent YouTube Ads is een Chrome-extensie ontwikkeld door tim, en de belangrijkste functie is "Moral silencing of YouTube ads.".

Download het CRX-bestand van de extensie Silent YouTube Ads

Download Silent YouTube Ads-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

                        Silences the YouTube video element when ads play.  This will not skip ads until the user has sat through the required delay.  This extension will automatically close any ads once YouTube deems them available to close.                    

Basisinformatie over de Extensie

Naam Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
Officiële URL https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
Beschrijving Moral silencing of YouTube ads.
Bestandsgrootte 5.61 KB
Aantal Installaties 97
Huidige Versie 0.1.4
Laatst Bijgewerkt 2015-05-22
Publicatiedatum 2015-05-22
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar tim
Betalingswijze free
Ondersteunde Talen en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silent YouTube Ads",
    "author": "Tim Branyen (@tbranyen)",
    "version": "0.1.4",
    "description": "Moral silencing of YouTube ads.",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map"
    ]
}