Khaledfy

Khaledfy

Tired of a boring reading experience? Jazz it up with Khaledfy. Khaledfy finds certain phrases and replaces them with famous…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Khaledfy",
  "manifest_version": 2,
  "version": "0.3",
  "browser_action": {
    "default_icon": "icon16.png"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "khaledfy.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}