One Hadith
Random authentic hadith per reload!
One Hadith क्या है?
One Hadith Muslimani Ideal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Random authentic hadith per reload!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में One Hadith एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
One Hadith is a chrome extension for showing random sahih hadith for each new tab and all prayer times, including night prayer. Some of the features that this extension supports are: - For each refresh there is a true (sahih) prophetic saying (hadith) - Prayer time everywhere in the world - Countdown to the next prayer
एक्सटेंशन की मूल जानकारी
नाम | One Hadith |
ID | kjkmpppbjhcllohbcjeclghdfhbcnkfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/one-hadith/kjkmpppbjhcllohbcjeclghdfhbcnkfa |
विवरण | Random authentic hadith per reload! |
फ़ाइल का आकार | 27.86 MB |
स्थापना संख्या | 537 |
वर्तमान संस्करण | 0.46 |
अंतिम अपडेट | 2021-04-09 |
प्रकाशन तिथि | 2021-04-04 |
रेटिंग | 5.00/5 कुल 12 रेटिंग्स |
डेवलपर | Muslimani Ideal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://onehadith.org |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Hadith", "description": "Random authentic hadith per reload!", "version": "0.46", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "geolocation" ], "chrome_url_overrides": { "newtab": "hadith.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'" } |