HoroscopeZone

HoroscopeZone - The quick and easy way to read daily astrological forecast and search

HoroscopeZoneคืออะไร?

HoroscopeZone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://horoscope-zone.com และคุณลักษณะหลักของมันคือ "HoroscopeZone - The quick and easy way to read daily astrological forecast and search"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HoroscopeZone

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

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

                        Get a new tab for Astrological forecast. With an easy-to-use interface you can be daily read your sign prediction.
Also with this easy interface you can search the web conveniently.
Start using it today !

Please note this extension will change your Chrome New Tab and New Tab search. 
New Tab search results powered by Yahoo.

Some important information for you:

By clicking on the 'Add to Chrome' button and installing HoroscopeZone, you agree to install this extension, with our Privacy Policy and our Terms of Service. 
By installing, HoroscopeZone will change your Chrome's new tab.
You may remove or disable this extension anytime.
Review our Terms of Service and Privacy Policy: 
https://horoscope-zone.com//terms.html
https://horoscope-zone.com//privacy.html                    

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

ชื่อ HoroscopeZone HoroscopeZone
ID koljadlgagekmfeaijdinkldimkhedmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/horoscopezone/koljadlgagekmfeaijdinkldimkhedmi
คำอธิบาย HoroscopeZone - The quick and easy way to read daily astrological forecast and search
ขนาดไฟล์ 186 KB
จำนวนการติดตั้ง 1,778
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2023-03-07
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://horoscope-zone.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://horoscope-zone.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.horoscope-zone.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "HoroscopeZone - The quick and easy way to read daily astrological forecast and search",
    "host_permissions": [
        "*:\/\/horoscope-zone.com\/",
        "*:\/\/*.horoscope-zone.com\/"
    ],
    "icons": {
        "128": "images\/icons\/128x128.png",
        "16": "images\/icons\/16x16.png",
        "64": "images\/icons\/64x64.png"
    },
    "manifest_version": 3,
    "name": "HoroscopeZone",
    "permissions": [
        "cookies",
        "storage",
        "alarms"
    ],
    "short_name": "HoroscopeZone",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "resources": [
                "up-arrow-faded.png",
                "checkbox.png",
                "animations.css",
                "toast.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}