Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

Hvad er Instant Youtube Ad Skipper?

Instant Youtube Ad Skipper er en Chrome-udvidelse udviklet af Cloud Composed LLC, og dens hovedfunktion er "Extension that automatically fast forwards and skips youtube ads.".

Udvidelsesskærmbilleder

screenshot

Download Instant Youtube Ad Skipper-udvidelses-CRX-fil

Download Instant Youtube Ad Skipper-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

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

Grundlæggende oplysninger om udvidelsen

Navn Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
Officiel URL https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
Beskrivelse Extension that automatically fast forwards and skips youtube ads.
Filstørrelse 57.28 KB
Antal Installationer 265
Nuværende Version 1.0
Senest Opdateret 2022-10-30
Udgivelsesdato 2022-10-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Cloud Composed LLC
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}