Astrologer

Get search results from web.

What is Astrologer?

Astrologer is a Chrome extension developed by astrologer.today.1, and its main feature is "Get search results from web.".

Extension Screenshots

screenshot

Download Astrologer Extension CRX File

Download Astrologer 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

                        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)                    

Extension Basic Information

Name Astrologer Astrologer
ID fapjjnnnddbmponacmadeaonkcpeoefb
Official URL https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb
Description Get search results from web.
File Size 172 KB
Installation Count 117,848
Current Version 0.0.3
Last Updated 2023-04-04
Publish Date 2023-02-16
Rating 5.00/5 Total 29 Ratings
Developer astrologer.today.1
Email [email protected]
Payment Type free
Extension Website https://astrologer.today/
Help Page URL https://astrologer.today/contact
Privacy Policy Page URL https://astrologer.today/privacy
Supported Languages 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;"
    }
}