Skippy - The Best Youtube Ad Skipper

Automatically skip youtube ads the moment they appear

Vad är Skippy - The Best Youtube Ad Skipper?

Skippy - The Best Youtube Ad Skipper är en Chrome-tillägg utvecklad av Rohan Makhija, och dess huvudfunktion är "Automatically skip youtube ads the moment they appear".

Tilläggsskärmbilder

screenshot

Ladda ner Skippy - The Best Youtube Ad Skipper-förlängningens CRX-fil

Ladda ner Skippy - The Best Youtube Ad Skipper-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

                        If you would like to upgrade to the new 2x efficient beta version, click here:
https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol

ℹ About:
Skippy is a browser extension that blocks all video ads on YouTube™.
Video ads and ads that come before the video are automatically skipped when they show up.

Features:
Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them.

🔏 Privacy:
Skippy does not track anything you watch or do on YouTube™ website


Disclaimer: YouTube™ is a trademark of Google LLC.                    

Grundläggande Information om Tillägg

Namn Skippy - The Best Youtube Ad Skipper Skippy - The Best Youtube Ad Skipper
ID nodemlgkeklghddomgoabckgbcmalkkj
Officiell webbadress https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj
Beskrivning Automatically skip youtube ads the moment they appear
Filstorlek 8.75 KB
Antal Installationer 359
Aktuell Version 1.0
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2021-03-24
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Rohan Makhija
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skippy - The Best Youtube Ad Skipper",
    "version": "1.0",
    "description": "Automatically skip youtube ads the moment they appear",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}