Astrologer
Get search results from web.
Astrologer क्या है?
Astrologer astrologer.today.1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get search results from web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Astrologer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Astrologer Search Engine enables the user's browser to search web results. Zodiac signs on new tab are powered by astrologer.today. By clicking "add to Chrome", I accept and agree to installing the Astrologer extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://astrologer.today/terms) and Policy (https://astrologer.today/privacy)
एक्सटेंशन की मूल जानकारी
नाम | Astrologer |
ID | fapjjnnnddbmponacmadeaonkcpeoefb |
आधिकारिक URL | https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb |
विवरण | Get search results from web. |
फ़ाइल का आकार | 172 KB |
स्थापना संख्या | 117,848 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2023-04-04 |
प्रकाशन तिथि | 2023-02-16 |
रेटिंग | 5.00/5 कुल 29 रेटिंग्स |
डेवलपर | astrologer.today.1 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://astrologer.today/ |
सहायता पृष्ठ URL | https://astrologer.today/contact |
गोपनीयता नीति पृष्ठ URL | https://astrologer.today/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Astrologer", "author": "Galattic Cyberspace Ltd", "version": "0.0.3", "description": "Get search results from web.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |