Horoscopes for Chrome™ - AstroNow

Your daily horoscope, signs description and video forecasts all in your browser toolbar!

Horoscopes for Chrome™ - AstroNowคืออะไร?

Horoscopes for Chrome™ - AstroNow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Horoscopes for Chrome - AstroNow และคุณลักษณะหลักของมันคือ "Your daily horoscope, signs description and video forecasts all in your browser toolbar!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Horoscopes for Chrome™ - AstroNow

ดาวน์โหลดไฟล์ส่วนขยาย Horoscopes for Chrome™ - AstroNow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Experience a glimpse into your future and gain valuable insights into love, work, well-being, and good fortune with the free daily horoscopes extension. Whether it's for today, tomorrow, the week ahead, or the entire year, discover what lies ahead by following your zodiac sign and exploring the horoscopes of your friends and loved ones.

Our comprehensive astrological predictions cater to all signs of the zodiac, including Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, and Pisces.

Here are some key features of our platform:

Explore Zodiac Descriptions: Dive into the fascinating world of astrology by selecting your zodiac sign or the sign of someone special. Uncover intriguing insights into various aspects of character, love, health, and business.

Daily Forecast Overview: Stay informed about the latest predictions for love, work, and home life for each zodiac sign. Get a concise summary of what to expect on a daily basis.

Video Forecasts: Enhance your horoscope experience with our daily video forecasts, conveniently presented in picture-in-picture (p-i-p) mode. Stay connected to the cosmic energies while browsing any website you're working with.

Rest assured that our platform utilizes the most reliable sources to provide you with accurate data and predictions for each zodiac sign, including Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, and Pisces.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Horoscopes for Chrome™ - AstroNow Horoscopes for Chrome™ - AstroNow
ID koophljiahdecmmjamanlpphpaccpkdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/horoscopes-for-chrome-ast/koophljiahdecmmjamanlpphpaccpkdc
คำอธิบาย Your daily horoscope, signs description and video forecasts all in your browser toolbar!
ขนาดไฟล์ 2.3 MB
จำนวนการติดตั้ง 392
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2023-06-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Horoscopes for Chrome - AstroNow
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://astronow.online/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.1.3",
    "manifest_version": 3,
    "icons": {
        "16": "public\/icons\/icon-16x16.png",
        "32": "public\/icons\/icon-32x32.png",
        "48": "public\/icons\/icon-48x48.png",
        "128": "public\/icons\/icon-128x128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/public\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "public\/icons\/icon-16x16.png",
            "32": "public\/icons\/icon-32x32.png",
            "48": "public\/icons\/icon-48x48.png"
        },
        "default_title": "Show horoscope",
        "default_popup": "public\/popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/pip-video.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}