HoroscopeZone

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

HoroscopeZone क्या है?

HoroscopeZone https://horoscope-zone.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HoroscopeZone - The quick and easy way to read daily astrological forecast and search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HoroscopeZone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}