Salati
Get Accurate Prayer times
What is Salati?
Salati is a Chrome extension developed by slimane_akalia, and its main feature is "Get Accurate Prayer times".
Extension Screenshots
Download Salati Extension CRX File
Download Salati 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
Salati is an extension that shows the prayer times for muslims. In a prayer time Salati push a text notification, plays adhan and execute some actions (block internet or close browser), all this can be configured by the user using a simple user interface. Note : After adding Salati to chrome you should restart completely the browser (close chrome from background)
Extension Basic Information
Name | |
ID | clflmbgbggkknajgoklfoalmeiidfnfh |
Official URL | https://chrome.google.com/webstore/detail/salati/clflmbgbggkknajgoklfoalmeiidfnfh |
Description | Get Accurate Prayer times |
File Size | 451 KB |
Installation Count | 55 |
Current Version | 1.0.4.8 |
Last Updated | 2017-08-09 |
Publish Date | 2017-08-09 |
Rating | 2.00/5 Total 2 Ratings |
Developer | slimane_akalia |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salati", "short_name": "Salati", "description": "Get Accurate Prayer times", "version": "1.0.4.8", "permissions": [ "alarms", "notifications", "background", "tts", "storage", "geolocation", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "js\/PrayTimes.js", "js\/jquery-3.2.1.min.js", "js\/constants.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "res\/logo.png", "default_popup": "pages\/popup.html" }, "web_accessible_resources": [ "res\/logo.png" ] } |