99 Names
Open each new tab with a beautiful name of Allah
O que é 99 Names?
99 Names é uma extensão do Chrome desenvolvida por Suffah Collective, e sua principal característica é "Open each new tab with a beautiful name of Allah".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 99 Names
Baixe arquivos de extensão 99 Names no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | 99 Names |
ID | iaghagcnmdhclibfiojdgfonhokgeanf |
URL Oficial | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
Descrição | Open each new tab with a beautiful name of Allah |
Tamanho do Arquivo | 83.42 KB |
Contagem de Instalações | 127 |
Versão Atual | 1.0 |
Última Atualização | 2021-02-17 |
Data de Publicação | 2021-02-16 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Suffah Collective |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://suffahcollective.carrd.co/ |
Idiomas Suportados | 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" } } |