AdsSkip - Ad blocker and tracking.

Block ads, pop-ups and tracking on YouTube, Facebook, Twitch and all your favorite websites.

Co je AdsSkip - Ad blocker and tracking.?

AdsSkip - Ad blocker and tracking. je rozšíření Chrome vyvinuté AdsSkip Team, a jeho hlavní funkcí je „Block ads, pop-ups and tracking on YouTube, Facebook, Twitch and all your favorite websites.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AdsSkip - Ad blocker and tracking.

Stáhněte si soubory rozšíření AdsSkip - Ad blocker and tracking. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        AdsSkip: Ad Blocking and Tracking Tool for Browsers

AdsSkip is a powerful browser extension designed to provide a safer and distraction-free browsing experience by effectively blocking invasive advertising and web page tracking. With AdsSkip, users can enjoy a cleaner online environment and protect their privacy on the Internet.

Main features:

Invasive Ad Blocking: AdsSkip uses advanced algorithms to identify and block intrusive ads that interrupt the user's browsing experience. Banner ads, pop-up ads, video ads, and other invasive formats are effectively removed, resulting in smoother, distraction-free browsing.

Privacy Protection: The AdsSkip extension goes beyond ad blocking and focuses on user privacy protection. Prevent third-party tracking by blocking tracking scripts and cookies that collect personal and behavioral information from the user. This helps preserve privacy online and prevent unwanted tracking.

Customizable Settings: AdsSkip allows users to customize settings based on their individual preferences. They can choose between different levels of ad blocking and tracking, from allowing non-intrusive ads to completely blocking all ads and trackers. Additionally, the tool provides options to allow certain trusted websites or adjust the whitelist of domains.

Constant Updates and Maintenance: AdsSkip stays up to date with the latest ad blocking and tracking techniques. The team behind the extension works diligently to keep the filter database up to date and continually improve the effectiveness of the blocking. Users can expect to receive regular updates to keep their browsing experience optimal.

Intuitive User Interface: With an intuitive and easy-to-use user interface, AdsSkip allows users to quickly access and customize ad blocking and tracking settings. The tool features clear navigation and clear options, making it easy for users of all experience levels to use.

At AdsSkip, we are committed to excellence and work hard to give you the best browsing experience possible. With your support and feedback, together we can make AdsSkip the leading ad blocking and privacy protection tool. Join our community and find out how AdsSkip can improve your online browsing today!                    

Základní Informace o Rozšíření

Název AdsSkip - Ad blocker and tracking. AdsSkip - Ad blocker and tracking.
ID hdocnigiaiclafffhfnhegcchalmgjgj
Oficiální URL https://chromewebstore.google.com/detail/adsskip-ad-blocker-and-tr/hdocnigiaiclafffhfnhegcchalmgjgj
Popis Block ads, pop-ups and tracking on YouTube, Facebook, Twitch and all your favorite websites.
Velikost souboru 154 KB
Počet instalací 40
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-11-15
Datum Vydání 2023-06-22
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář AdsSkip Team
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.patreon.com/AdsSkip
URL Stránky Nápovědy https://www.patreon.com/AdsSkip
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdsSkip - Ad blocker and tracking.",
    "description": "Block ads, pop-ups and tracking on YouTube, Facebook, Twitch and all your favorite websites.",
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "sandbox": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval' 'unsafe-inline'; object-src 'self'"
    },
    "action": {
        "default_icon": {
            "48": "assets\/images\/icon-logo-48.png",
            "128": "assets\/images\/icon-logo-128.png"
        },
        "default_title": "Click Me",
        "default_popup": "index.html#\/popup"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "worker.js",
                "runtime.197b69cec03fb334.js",
                "polyfills.9f933c8cb8e4da10.js",
                "main.3df4567e98d97272.js",
                "yt-content.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                ""
            ]
        }
    ],
    "icons": {
        "48": "assets\/images\/icon-logo-48.png",
        "128": "assets\/images\/icon-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "worker.js"
            ],
            "css": [
                "assets\/global.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/localhost\/*",
        "*:\/\/127.0.0.1\/*"
    ],
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest"
    ]
}