TakiBlock

TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!

Hvad er TakiBlock?

TakiBlock er en Chrome-udvidelse udviklet af TakiDev, og dens hovedfunktion er "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Udvidelsesskærmbilleder

screenshot

Download TakiBlock-udvidelses-CRX-fil

Download TakiBlock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. 

This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.                    

Grundlæggende oplysninger om udvidelsen

Navn TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Officiel URL https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Beskrivelse TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Filstørrelse 3.24 KB
Antal Installationer 26
Nuværende Version 1.0.0
Senest Opdateret 2023-10-15
Udgivelsesdato 2023-10-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler TakiDev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://takiblock.netlify.app
URL til Fortrolighedspolitik Side https://takiblock.netlify.app/privacy/privacy_policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TakiBlock",
    "version": "1.0.0",
    "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!",
    "manifest_version": 3,
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}