TakiBlock

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

Vad är TakiBlock?

TakiBlock är en Chrome-tillägg utvecklad av TakiDev, och dess huvudfunktion är "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".

Tilläggsskärmbilder

screenshot

Ladda ner TakiBlock-förlängningens CRX-fil

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

                        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äggande Information om Tillägg

Namn TakiBlock TakiBlock
ID mindlkbjpaiehbfjaofhmhoalcmncelg
Officiell webbadress https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg
Beskrivning TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Filstorlek 3.24 KB
Antal Installationer 26
Aktuell Version 1.0.0
Senast Uppdaterad 2023-10-15
Publiceringsdatum 2023-10-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare TakiDev
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://takiblock.netlify.app
URL till Sekretesspolicy Sidan https://takiblock.netlify.app/privacy/privacy_policy
Stödda Språk 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"
            }
        ]
    }
}