TAG Filter Check

The extension detects and reports the status of content filtering, the report can be sent to your e-mail and runs every week

What is TAG Filter Check?

TAG Filter Check is a Chrome extension developed by tag.ext, and its main feature is "The extension detects and reports the status of content filtering, the report can be sent to your e-mail and runs every week".

Extension Screenshots

screenshot

Download TAG Filter Check Extension CRX File

Download TAG Filter Check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The extension run some checks in background and gives a quick report of the status of content filtering, the report can be sent to your e-mail and runs automatically every week, categories are: Adult, Streaming, Social Media, News, Sports, Health, Shopping, Reference                    

Extension Basic Information

Name TAG Filter Check TAG Filter Check
ID nmbnplconpabganmknpfofmgblghkjpd
Official URL https://chromewebstore.google.com/detail/tag-filter-check/nmbnplconpabganmknpfofmgblghkjpd
Description The extension detects and reports the status of content filtering, the report can be sent to your e-mail and runs every week
File Size 14.86 KB
Installation Count 1,226
Current Version 0.0.0.5
Last Updated 2022-01-11
Publish Date 2021-09-15
Rating 5.00/5 Total 5 Ratings
Developer tag.ext
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TAG Filter Check",
    "version": "0.0.0.5",
    "description": "The extension detects and reports the status of content filtering, the report can be sent to your e-mail and runs every week",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "http:\/\/filtercheck.tag.org\/",
        "https:\/\/www.pornhub.com\/testfiltering",
        "https:\/\/info.xnxx.com\/legal\/tos",
        "https:\/\/www.youporn.com\/information\/#faq",
        "https:\/\/www.youtube.com\/howyoutubeworks\/policies\/copyright\/",
        "https:\/\/www.hulu.com\/terms",
        "https:\/\/help.netflix.com\/legal\/termsofuse",
        "https:\/\/about.facebook.com\/",
        "https:\/\/twitter.com\/en\/tos",
        "https:\/\/www.instagram.com\/explore\/locations\/",
        "https:\/\/edition.cnn.com\/about",
        "https:\/\/www.thelakewoodscoop.com\/news\/about",
        "https:\/\/www.foxnews.com\/story\/where-in-the-world-is-fox",
        "https:\/\/www.nba.com\/termsofuse",
        "https:\/\/www.nhl.com\/info\/copyright-policy",
        "http:\/\/www.espn.com\/espn\/corrections",
        "https:\/\/www.webmd.com\/sitemap",
        "https:\/\/kidshealth.org\/en\/parents\/about.html",
        "https:\/\/www.drugs.com\/support\/about.html",
        "https:\/\/www.aboutamazon.com\/about-us",
        "https:\/\/www.gap.com\/customerService\/info.do?cid=6754",
        "https:\/\/www.zara.com\/us\/en\/z-company-corp1391.html?v1=11112",
        "https:\/\/en.wikipedia.org\/wiki\/Wikipedia",
        "https:\/\/www.quora.com\/about",
        "https:\/\/www.wikihow.com\/wikiHow:Terms-of-Use"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "manifest_version": 2
}