Daily Horoscope

Check today's horoscope based on your zodiac sign

Cos'è Daily Horoscope?

Daily Horoscope è un'estensione di Chrome sviluppata da ericparkmusic, e la sua funzione principale è "Check today's horoscope based on your zodiac sign".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Daily Horoscope

Scarica i file di estensione Daily Horoscope 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

                        Check today's horoscope based on your zodiac sign.

Daily Horoscope is the simplest and quickest way to keep updated on the most recent horoscope news!

Features:
 - Simply click on your zodiac sign to reveal your daily horoscope 
 - Updated daily for the most up-to-date information
 - Check your lucky number, time, and color                    

Informazioni di Base sull'Estensione

Nome Daily Horoscope Daily Horoscope
ID dahndclppldkbankfpofhollfnbgebfa
URL Ufficiale https://chromewebstore.google.com/detail/daily-horoscope/dahndclppldkbankfpofhollfnbgebfa
Descrizione Check today's horoscope based on your zodiac sign
Dimensione del File 47.92 KB
Conteggio Installazioni 94
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-18
Data di Pubblicazione 2021-02-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ericparkmusic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Horoscope",
    "version": "1.0",
    "description": "Check today's horoscope based on your zodiac sign",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "32": "\/img\/icon32.png",
            "48": "\/img\/icon64.png",
            "128": "\/img\/icon128.png"
        }
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon64.png",
        "128": "\/img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net; object-src 'self'"
}