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开发的Chrome扩展程序,该扩展的主要功能是“Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.”。

扩展截图

screenshot

下载Todays Horoscope扩展crx文件

下载Todays Horoscope扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}