YouMute

Automatically mute and skip YouTube™ video ads

Vad är YouMute?

YouMute är en Chrome-tillägg utvecklad av Sun City Design, och dess huvudfunktion är "Automatically mute and skip YouTube™ video ads".

Tilläggsskärmbilder

screenshot

Ladda ner YouMute-förlängningens CRX-fil

Ladda ner YouMute-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available.                    

Grundläggande Information om Tillägg

Namn YouMute YouMute
ID bhlmjoeobnofoajffmnpcahfaffihmbh
Officiell webbadress https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh
Beskrivning Automatically mute and skip YouTube™ video ads
Filstorlek 53.66 KB
Antal Installationer 7,849
Aktuell Version 0.2.0
Senast Uppdaterad 2023-11-20
Publiceringsdatum 2018-12-31
Betyg 4.26/5 Totalt 90 Betyg
Utvecklare Sun City Design
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sshongru.github.io/YouMute/privacy.html
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouMute",
    "short_name": "YouMute",
    "description": "Automatically mute and skip YouTube\u2122 video ads",
    "version": "0.2.0",
    "manifest_version": 3,
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}