真•煞氣 🅐 割草機•卍

真•煞氣 🅐 割草機•卍

運用 AI 神經網路技術進行人臉辨識,覆蓋網頁上噁心ㄉ「禿子」的臉。提醒您:一時含粉,終生唅憤。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "真•煞氣 🅐 割草機•卍",
  "short_name": "Anti-Bold",
  "description": "運用 AI 神經網路技術進行人臉辨識,覆蓋網頁上噁心ㄉ「禿子」的臉。提醒您:一時含粉,終生唅憤。",
  "version": "0.4.5",
  "version_name": "𝓫𝓮𝓽𝓪 🅑ⓘ🅝",
  "icons": {
    "128": "favicon.ico"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "popper.min.js",
        "bootstrap.min.js",
        "face-api.js",
        "anti-bold.js"
      ],
      "css": [
        "anti-bold.css"
      ]
    }
  ],
  "commands": {
    "hide": {
      "suggested_key": "Ctrl+Shift+H",
      "description": "暫時隱藏所有 canvas"
    }
  },
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "browser_action": {
    "default_title": "Anti-Bold\n真•煞氣 🅐 割草機•卍",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "https://www.kevinweng.tk/*"
  ],
  "web_accessible_resources": [
    "*"
  ]
}