HoroscopeZone

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

什麼是HoroscopeZone?

HoroscopeZone是由https://horoscope-zone.com開發的Chrome擴展程式,該擴展的主要功能是“HoroscopeZone - The quick and easy way to read daily astrological forecast and search”。

擴展截圖

screenshot
screenshot
screenshot

下載HoroscopeZone擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}