Z Starter

הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)

What is Z Starter?

Z Starter is a Chrome extension developed by https://chipushit.com, and its main feature is "הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)".

Extension Screenshots

screenshot

Download Z Starter Extension CRX File

Download Z Starter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Z Starter משדרג את דף החיפוש של גוגל.

הוא יוסיף עבורך משבצת נחמדה וקומפקטית עם תכנים מתחלפים:

✔️ פתגם יומי
✔️ המלצה יומית
✔️ היום בלוח השנה, העברי והלועזי
✔️ שערי מט"ח
✔️ מידע יומי
✔️ ועוד דברים שישדרגו לך את היום 👌

בעצם - מדוע להסביר? פשוט נסה. תמיד תוכל להסיר :)                    

Extension Basic Information

Name Z Starter Z Starter
ID hnioknbklmchkhiblgoapbicnnbocffo
Official URL https://chromewebstore.google.com/detail/z-starter/hnioknbklmchkhiblgoapbicnnbocffo
Description הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)
File Size 44.06 KB
Installation Count 262
Current Version 1.0.6
Last Updated 2023-01-26
Publish Date 2021-07-23
Rating 4.85/5 Total 13 Ratings
Developer https://chipushit.com
Email [email protected]
Payment Type free
Help Page URL https://chipushit.com/start/contact-us
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Z Starter",
    "version": "1.0.6",
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "Z Starter"
    },
    "description": "\u05d4\u05d5\u05e1\u05e3 \u05d0\u05ea Z Starter \u05dc\u05d3\u05e3 \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9 \u05e9\u05dc \u05d2\u05d5\u05d2\u05dc. \u05d9\u05d4\u05d9\u05d4 \u05de\u05e2\u05e0\u05d9\u05d9\u05df :)",
    "icons": {
        "128": "icons\/icon-128.png",
        "32": "icons\/icon-32.png",
        "24": "icons\/icon-24.png"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/*.chipushit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}