Sulwan
Sulwan
Cos'è Sulwan?
Sulwan è un'estensione di Chrome sviluppata da ahruf, e la sua funzione principale è "Sulwan".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sulwan
Scarica i file di estensione Sulwan 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
Introducing Sulwan, a purpose-built extension that empowers Muslims to strengthen their bond with Allah and elevate their spiritual journey. By seamlessly integrating with your browsing experience. With Sulwan, every new tab becomes an opportunity for spiritual growth. As soon as you open a new tab, you'll be greeted with a meaningful Dhikr experience before your desired page loads. This intentional interruption serves as a gentle reminder to keep your tongue moist with the remembrance of Allah throughout your day.
Informazioni di Base sull'Estensione
Nome | Sulwan |
ID | lkgheeenookcoiodoejibikcdnbdfgpc |
URL Ufficiale | https://chromewebstore.google.com/detail/sulwan/lkgheeenookcoiodoejibikcdnbdfgpc |
Descrizione | Sulwan |
Dimensione del File | 267 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-07-19 |
Data di Pubblicazione | 2023-07-18 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | ahruf |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/Sulwanbot |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sulwan", "version": "1.0", "description": "Sulwan", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "action_handlers": { "default": { "type": "popup" } } } |