YouSkip

Skip YouTube ads. (Sorry YouTube)

Hvad er YouSkip?

YouSkip er en Chrome-udvidelse udviklet af felisphasma, og dens hovedfunktion er "Skip YouTube ads. (Sorry YouTube)".

Udvidelsesskærmbilleder

screenshot

Download YouSkip-udvidelses-CRX-fil

Download YouSkip-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish.



More from the developer: felisphasma.com                    

Grundlæggende oplysninger om udvidelsen

Navn YouSkip YouSkip
ID mbpkkmapnldpeeefipkpahmpanomkidd
Officiel URL https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd
Beskrivelse Skip YouTube ads. (Sorry YouTube)
Filstørrelse 13.1 KB
Antal Installationer 234
Nuværende Version 1.1
Senest Opdateret 2018-12-09
Udgivelsesdato 2018-12-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler felisphasma
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouSkip",
    "version": "1.1",
    "description": "Skip YouTube ads. (Sorry YouTube)",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/felisphasma.com\/projects\/YouSkip\/count.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*",
                "https:\/\/youtube.com\/watch?*"
            ],
            "all_frames": true,
            "js": [
                "app.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "24": "24.png",
            "32": "32.png",
            "64": "64.png",
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16.png",
        "24": "24.png",
        "32": "32.png",
        "64": "64.png",
        "128": "128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2
}