Yuk Sholat!
Beatifully crafted prayer times widget for your chrome landing page
What is Yuk Sholat!?
Yuk Sholat! is a Chrome extension developed by rizkifuad, and its main feature is "Beatifully crafted prayer times widget for your chrome landing page".
Extension Screenshots
Download Yuk Sholat! Extension CRX File
Download Yuk Sholat! 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
The app still in development version, feel free to give any feedback to improve our app. Contribute to our codebase at https://github.com/rizkifuad/yuksholat
Extension Basic Information
Name | Yuk Sholat! |
ID | plgjdlhiogchdnbfdcieojfmpbofkjgj |
Official URL | https://chromewebstore.google.com/detail/yuk-sholat/plgjdlhiogchdnbfdcieojfmpbofkjgj |
Description | Beatifully crafted prayer times widget for your chrome landing page |
File Size | 577 KB |
Installation Count | 451 |
Current Version | 0.3.2.0 |
Last Updated | 2023-04-20 |
Publish Date | 2020-03-22 |
Rating | 4.55/5 Total 11 Ratings |
Developer | rizkifuad |
[email protected] | |
Payment Type | free |
Supported Languages | id |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yuk Sholat!", "version": "0.3.2.0", "description": "Beatifully crafted prayer times widget for your chrome landing page", "author": "rizkifuad", "manifest_version": 3, "action": { "default_icon": "icon.png", "default_title": "Beatifully crafted prayer times widget for your chrome landing page" }, "icons": { "16": "themes\/classic\/images\/tab-icon-small.png", "48": "themes\/classic\/images\/tab-icon.png", "128": "themes\/classic\/images\/tab-icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "geolocation" ] } |