Astrologer
Get search results from web.
Cos'è Astrologer?
Astrologer è un'estensione di Chrome sviluppata da astrologer.today.1, e la sua funzione principale è "Get search results from web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Astrologer
Scarica i file di estensione Astrologer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Astrologer |
ID | fapjjnnnddbmponacmadeaonkcpeoefb |
URL Ufficiale | https://chromewebstore.google.com/detail/astrologer/fapjjnnnddbmponacmadeaonkcpeoefb |
Descrizione | Get search results from web. |
Dimensione del File | 172 KB |
Conteggio Installazioni | 117,848 |
Versione Corrente | 0.0.3 |
Ultimo Aggiornamento | 2023-04-04 |
Data di Pubblicazione | 2023-02-16 |
Valutazione | 5.00/5 Totale 29 Valutazioni |
Sviluppatore | astrologer.today.1 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://astrologer.today/ |
URL della Pagina di Aiuto | https://astrologer.today/contact |
URL della Pagina della Politica sulla Privacy | https://astrologer.today/privacy |
Lingue Supportate | 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;" } } |