99 Names
Open each new tab with a beautiful name of Allah
What is 99 Names?
99 Names is a Chrome extension developed by Suffah Collective, and its main feature is "Open each new tab with a beautiful name of Allah".
Extension Screenshots
Download 99 Names Extension CRX File
Download 99 Names 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
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.
Extension Basic Information
Name | 99 Names |
ID | iaghagcnmdhclibfiojdgfonhokgeanf |
Official URL | https://chromewebstore.google.com/detail/99-names/iaghagcnmdhclibfiojdgfonhokgeanf |
Description | Open each new tab with a beautiful name of Allah |
File Size | 83.42 KB |
Installation Count | 127 |
Current Version | 1.0 |
Last Updated | 2021-02-17 |
Publish Date | 2021-02-16 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Suffah Collective |
[email protected] | |
Payment Type | free |
Extension Website | https://suffahcollective.carrd.co/ |
Supported Languages | 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" } } |