99 Names
Open each new tab with a beautiful name of Allah
Cos'è 99 Names?
99 Names è un'estensione di Chrome sviluppata da Suffah Collective, e la sua funzione principale è "Open each new tab with a beautiful name of Allah".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 99 Names
Scarica i file di estensione 99 Names 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
Every time you open a new tab, 99 Names will show one of the 99 names of Allah in both Arabic and English. Be reminded of the Asmaa'-al-Husna as you surf the web. Informazioni di Base sull'Estensione
| Nome | |
| ID | iaghagcnmdhclibfiojdgfonhokgeanf |
| URL Ufficiale | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
| Descrizione | Open each new tab with a beautiful name of Allah |
| Dimensione del File | 83.42 KB |
| Conteggio Installazioni | 127 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-02-17 |
| Data di Pubblicazione | 2021-02-16 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Suffah Collective |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://suffahcollective.carrd.co/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "99 Names",
"version": "1.0",
"description": "Open each new tab with a beautiful name of Allah",
"icons": {
"16": ".\/images\/99_icon.png"
},
"browser_action": {
"default_icon": ".\/images\/99_icon.png",
"default_title": "99 Names"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newpage.html"
}
} | |