Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

Vad är Autoskip for YouTube 2.0?

Autoskip for YouTube 2.0 är en Chrome-tillägg utvecklad av office, och dess huvudfunktion är "Automatically skips the YouTube ads. 🚫".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Autoskip for YouTube 2.0-förlängningens CRX-fil

Ladda ner Autoskip for YouTube 2.0-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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

Grundläggande Information om Tillägg

Namn Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
Officiell webbadress https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
Beskrivning Automatically skips the YouTube ads. 🚫
Filstorlek 8.18 KB
Antal Installationer 137
Aktuell Version 1.0
Senast Uppdaterad 2023-03-25
Publiceringsdatum 2023-03-24
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare office
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}