PoliticallyMail

PoliticallyMail

תוסף המאפשר לשלוח מייל ישירות לפוליטיקאי איך שרואים את השם שלהם באתרי החדשות הגדולים כגון נענע10,וואלה ועוד רבים וגם בגוגל וויקיפדיה

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "offline_enabled": true,
  "content_scripts": [
    {
      "js": [
        "scripts/script.min.js"
      ],
      "matches": [
        "*://*.calcalist.co.il/*",
        "*://*.themarker.co.il/*",
        "*://*.globes.co.il/*",
        "*://*.ynet.co.il/*",
        "*://*.nana.co.il/*",
        "*://*.nana10.co.il/*",
        "*://*.nrg.co.il/*",
        "*://*.news1.co.il/*",
        "*://*.0404.co.il/*",
        "*://*.inn.co.il/*",
        "*://*.bizportal.co.il/*",
        "*://*.haaretz.co.il/*",
        "*://*.local.co.il/*",
        "*://*.iba.co.il/*",
        "*://*.maariv.co.il/*",
        "*://*.israelhayom.co.il/*",
        "*://*.mako.co.il/*",
        "*://*.walla.co.il/*",
        "*://*.google.co.il/*",
        "*://*.google.com/*",
        "*://*.wikipedia.org/*",
        "*://*.reshet.tv/חדשות/News/"
      ],
      "run_at": "document_idle"
    }
  ],
  "name": "PoliticallyMail",
  "short_name": "Politically Connect",
  "description": "תוסף המאפשר לשלוח מייל ישירות לפוליטיקאי איך שרואים את השם שלהם באתרי החדשות הגדולים כגון נענע10,וואלה ועוד רבים וגם בגוגל וויקיפדיה",
  "version": "1.5",
  "icons": {
    "48": "img/icon48.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png"
    },
    "default_title": "PoliticallyMail",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "scripts/background.min.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "*://*/*"
  ]
}