Ynet tools

Ynet tools

כלים לשיפור חוויית משתמש בטמקא עדכון גרסה: 0.3 1. ביטול ריפרוש אוטומטי של טמקא וכלכליסט 2. הפסקת הניגון האוטומטי בלי הכפתור המרגיז…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ynet tools",
  "version": "0.3",
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*.ynet.co.il/*",
        "http://*.calcalist.co.il/*",
        "https://*.ynet.co.il/*",
        "https://*.calcalist.co.il/*"
      ],
      "css": [
        "ynetExtension.css"
      ],
      "js": [
        "ynet-content.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "playerRemove.js",
    "cancelAutorefresh.js"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}