Examine source code of חיפוש מהיר נוח ומדוייק בגוגל

Inspect and view changes in חיפוש מהיר נוח ומדוייק בגוגל source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "חיפוש מהיר נוח ומדוייק בגוגל",
  "version": "1.0.0",
  "description": ".תוסף זה מאפשר לחפש בצורה חכמה ומדוייקת בגוגל ולסנן תוצאות לא רצויות, התוסף מכיל מגוון רחב של אפשרויות חיפוש שונות",
  "manifest_version": 3,
  "author": "Gilay Amar",
  "action": {
    "default_popup": "index.html",
    "default_title": "חיפוש חכם גוגל"
  },
  "icons": {
    "16": "images/480.png",
    "48": "images/480.png",
    "128": "images/480.png"
  }
}