Block Grayscale แก้เว็บขาวดำให้กลับมามีสีสัน

Block Grayscale แก้เว็บขาวดำให้กลับมามีสีสัน

Block Grayscale On Website แก้เว็บขาวดำให้กลับมามีสีสัน

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Block Grayscale แก้เว็บขาวดำให้กลับมามีสีสัน",
  "description": "Block Grayscale On Website แก้เว็บขาวดำให้กลับมามีสีสัน",
  "version": "2.4",
  "author": "[email protected]",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "tabs"
  ],
  "background": {
    "scripts": [
      "script.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Block Grayscale On Website",
    "default_icon": "icon128.png"
  },
  "web_accessible_resources": [
    "black-ribbon.png"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}