Todays Horoscope

Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.

Todays Horoscope क्या है?

Todays Horoscope http://todaysreadings.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab."।

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

screenshot

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

crx प्रारूप में Todays Horoscope एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Your daily horoscopes and custom search on your New Tab.
This extension adds a beautifully displayed daily horoscope for all 12 zodiac signs tucked away on the right-hand side of any new tab you open in Chrome.   Unobtrusive and updated every single day by a real astrologer.

You can uninstall the app any time you choose to if you dare tempt fate!  As always please feel free to ask questions, submit comments or ask for help should you need it.

Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम Todays Horoscope Todays Horoscope
ID kedmcngkaoijpdbnfknnndlckgngfkif
आधिकारिक URL https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif
विवरण Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
फ़ाइल का आकार 15 KB
स्थापना संख्या 66
वर्तमान संस्करण 2.8.27.0
अंतिम अपडेट 2019-09-03
प्रकाशन तिथि 2019-09-03
डेवलपर http://todaysreadings.live
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://todaysreadings.live
गोपनीयता नीति पृष्ठ URL https://suppression.io
समर्थित भाषाएँ en-US
manifest.json
{
    "description": "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "version": "2.8.27.0",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.todaysreadings.live\/*"
    ],
    "manifest_version": 2,
    "name": "Todays Horoscope",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.todaysreadings.live\/*"
            ],
            "all_frames": true,
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "web_page_home.html"
    }
}