No Ads

Blocks display ads, trackers and auto skip Youtube Video ads.

Wat is No Ads?

No Ads is een Chrome-extensie ontwikkeld door getnoads, en de belangrijkste functie is "Blocks display ads, trackers and auto skip Youtube Video ads.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie No Ads

Download No Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Surf web faster and without distraction with No Ads.

* Auto skips Youtube video ads.
* Blocks Display ads on all websites and youtube.
* Blocks annoying Taboola feed.
* Block trackers/push notification providers like facebook pixel, hotjar, yandex, google-analytics, notix, etc...
* Hide ads in Gmail, Amazon store also.

It's safe, no tracking, no data collection.
It's open source https://github.com/piyuesh-dev/adblocker                    

Basisinformatie over de Extensie

Naam No Ads No Ads
ID nhoimkephmfpfakaopdjheigigmfefge
Officiële URL https://chromewebstore.google.com/detail/no-ads/nhoimkephmfpfakaopdjheigigmfefge
Beschrijving Blocks display ads, trackers and auto skip Youtube Video ads.
Bestandsgrootte 51.48 KB
Aantal Installaties 887
Huidige Versie 0.1.7
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2023-01-19
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar getnoads
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "No Ads",
    "description": "Blocks display ads, trackers and auto skip Youtube Video ads.",
    "version": "0.1.7",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "No Ads"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}