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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}