Ad Skipper

Automatic ad skipping extension

Vad är Ad Skipper?

Ad Skipper är en Chrome-tillägg utvecklad av https://adskipper.me, och dess huvudfunktion är "Automatic ad skipping extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Ad Skipper-förlängningens CRX-fil

Ladda ner 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

                        Ad Skipper - Enhance Your Video-Watching Experience Across Websites!

Are you tired of being interrupted by ads while enjoying online videos? Ad Skipper is the ultimate Chrome extension designed to revolutionize your video-watching experience on multiple websites. With its powerful features and user-friendly design, Ad Skipper ensures a seamless and uninterrupted journey through your favorite content. Say goodbye to ads and hello to an immersive video-watching experience.

Key Features:

1. Automatic Ad Skipping: Ad Skipper identifies and skips ads across various websites automatically. Enjoy your favorite content without the hassle of interruptions.

2. Customizable Preferences: Tailor your ad-skipping preferences to match your viewing habits. Adjust settings to suit your needs and take control of your online video experience.

3. Multi-Website Support: Ad Skipper isn't limited to a single platform. It works seamlessly across various websites, making it your go-to extension for ad-free content consumption.

4. Hide YouTube Shorts: Customize your YouTube experience by hiding shorts on the home page, profile page, and navigation links. Enjoy a cleaner and more focused YouTube interface.

How It Works:

Ad Skipper operates in the background, intelligently identifying and bypassing ads on supported platforms. The extension provides a hassle-free solution for users who want to skip ads without manual intervention.

Support the Project:

If you appreciate the benefits Ad Skipper brings to your online video experience, consider supporting the project. Your contributions help in maintaining and improving the extension.

https://www.buymeacoffee.com/mileta
https://patreon.com/MiletaDulovic

Take Control of Your Video Journey:

Ad Skipper empowers you to take control of your online video journey. Whether you're watching tutorials, entertainment, or educational content, Ad Skipper ensures a distraction-free environment.

Download Now and Enjoy Ad-Free Viewing!

Don't let ads disrupt your online video experience. Download Ad Skipper now and transform the way you watch videos across various websites. Enjoy a seamless, ad-free journey tailored to your preferences. Take control, skip the ads, and immerse yourself in your favorite content!

Visit the project on GitHub
https://github.com/M1ck0/adskipper-extension                    

Grundläggande Information om Tillägg

Namn Ad Skipper Ad Skipper
ID dinhbmppbaekibhlomcimjbhdhacoael
Officiell webbadress https://chromewebstore.google.com/detail/ad-skipper/dinhbmppbaekibhlomcimjbhdhacoael
Beskrivning Automatic ad skipping extension
Filstorlek 24.2 KB
Antal Installationer 30,000
Aktuell Version 2.8.4
Senast Uppdaterad 2024-02-10
Publiceringsdatum 2023-07-14
Betyg 4.82/5 Totalt 260 Betyg
Utvecklare https://adskipper.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://adskipper.me/
URL till Sekretesspolicy Sidan https://www.adskipper.me/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Skipper",
    "description": "Automatic ad skipping extension",
    "version": "2.8.4",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "action": {
        "default_icon": "icons\/128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/youtube.com\/"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}