בעל הבית – פעם בשבוע עם תם אהרון

בעל הבית – פעם בשבוע עם תם אהרון

The add-on that will tell you who owns the website you're visiting and who’s basically paying for what you’re reading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "בעל הבית – פעם בשבוע עם תם אהרון",
  "short_name": "בעל הבית",
  "description": "The add-on that will tell you who owns the website you're visiting and who’s basically paying for what you’re reading.",
  "version": "1.8",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}