Ynot! (Ynet anti LIKE)

Ynot! (Ynet anti LIKE)

Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ynot! (Ynet anti LIKE)",
  "description": "Read ynet articles without LIKE on facebook. Clean, Light & Simple. (19K only.) קרא כתבות בווי-נט בלי לעשות לייק בפייסבוק",
  "version": "1.2",
  "browser_action": {
    "default_icon": "16.png",
    "name": "Ynot extension by iLook"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "somecode.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "https://*/*",
    "http://*/*"
  ],
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}