Astrologer

Get search results from web.

Qu'est-ce que Astrologer ?

Astrologer est une extension Chrome développée par astrologer.today.1, et sa fonction principale est "Get search results from web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Astrologer

Téléchargez les fichiers d'extension Astrologer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Astrologer Astrologer
ID fapjjnnnddbmponacmadeaonkcpeoefb
URL Officiel https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb
Description Get search results from web.
Taille du Fichier 172 KB
Nombre d'Installations 117,848
Version Actuelle 0.0.3
Dernière Mise à Jour 2023-04-04
Date de Publication 2023-02-16
Évaluation 5.00/5 Total 29 Évaluations
Développeur astrologer.today.1
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://astrologer.today/
URL de la Page d'Aide https://astrologer.today/contact
URL de la Page de Politique de Confidentialité https://astrologer.today/privacy
Langues Prises en Charge 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;"
    }
}