Yuk Sholat!

Beatifully crafted prayer times widget for your chrome landing page

Was ist Yuk Sholat!?

Yuk Sholat! ist eine Chrome-Erweiterung, die von rizkifuad entwickelt wurde, und ihr Hauptmerkmal ist "Beatifully crafted prayer times widget for your chrome landing page".

Erweiterungsscreenshots

screenshot
screenshot

Yuk Sholat!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yuk Sholat!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Yuk Sholat! Yuk Sholat!
ID plgjdlhiogchdnbfdcieojfmpbofkjgj
Offizielle URL https://chromewebstore.google.com/detail/yuk-sholat/plgjdlhiogchdnbfdcieojfmpbofkjgj
Beschreibung Beatifully crafted prayer times widget for your chrome landing page
Dateigröße 577 KB
Installationsanzahl 451
Aktuelle Version 0.3.2.0
Letztes Update 2023-04-20
Veröffentlichungsdatum 2020-03-22
Bewertung 4.55/5 Insgesamt 11 Bewertungen
Entwickler rizkifuad
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}