TAG Filter Check

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

Merlin
Additional files are visible only to premium users

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
}