Z Starter
הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)
Cos'è Z Starter?
Z Starter è un'estensione di Chrome sviluppata da https://chipushit.com, e la sua funzione principale è "הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Z Starter
Scarica i file di estensione Z Starter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Z Starter משדרג את דף החיפוש של גוגל. הוא יוסיף עבורך משבצת נחמדה וקומפקטית עם תכנים מתחלפים: ✔️ פתגם יומי ✔️ המלצה יומית ✔️ היום בלוח השנה, העברי והלועזי ✔️ שערי מט"ח ✔️ מידע יומי ✔️ ועוד דברים שישדרגו לך את היום 👌 בעצם - מדוע להסביר? פשוט נסה. תמיד תוכל להסיר :)
Informazioni di Base sull'Estensione
Nome | Z Starter |
ID | hnioknbklmchkhiblgoapbicnnbocffo |
URL Ufficiale | https://chromewebstore.google.com/detail/z-starter/hnioknbklmchkhiblgoapbicnnbocffo |
Descrizione | הוסף את Z Starter לדף החיפוש של גוגל. יהיה מעניין :) |
Dimensione del File | 44.06 KB |
Conteggio Installazioni | 262 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2023-01-26 |
Data di Pubblicazione | 2021-07-23 |
Valutazione | 4.85/5 Totale 13 Valutazioni |
Sviluppatore | https://chipushit.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://chipushit.com/start/contact-us |
Lingue Supportate | 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" } ] } |