Horoscope

Access horoscopes readings for today, weekly, and more on browser New Tab.

什麼是Horoscope?

Horoscope是由Horoscope開發的Chrome擴展程式,該擴展的主要功能是“Access horoscopes readings for today, weekly, and more on browser New Tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Horoscope擴展crx文件

下載Horoscope擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Extension provides links for you to access Daily, weekly, and yearly horoscope in your browser New Tab

This extension updates your browser New Tab and provides following features.

 - Links for Horoscope by category 
 - A web search box
 - Links to topsites
 - Weather
 - Date and Time 

By installing this extension, you agree to the Terms of Service (https://tab.horoscopesoftheday-site.com/terms-of-service/) and Privacy Policy (https://tab.horoscopesoftheday-site.com/privacy-policy/) 

Permissions used & reasons:

"Read and change your data on a number of websites"
For our extension to work, we require access to these websites we own and manage.

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

"Read your browsing history"
This allows us to manage browser tabs and provide relevant product specific information.                    

擴展基本資訊

名稱 Horoscope Horoscope
ID pcbidpdbcjlaccgebjimdpgekpjpikpj
官方網址 https://chromewebstore.google.com/detail/horoscope/pcbidpdbcjlaccgebjimdpgekpjpikpj
簡介 Access horoscopes readings for today, weekly, and more on browser New Tab.
檔案大小 1.94 MB
安裝次數 495
目前版本 1.21.1201
更新時間 2021-12-06
上架時間 2021-07-29
開發者 Horoscope
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://horoscopesoftheday.com/privacy-policy/index.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Horoscope",
    "short_name": "Horoscope",
    "description": "Access horoscopes readings for today, weekly, and more on browser New Tab.",
    "version": "1.21.1201",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Horoscope"
    },
    "host_permissions": [
        "*:\/\/*.horoscopesoftheday-api.com\/*"
    ],
    "permissions": [
        "cookies",
        "topSites",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/newtab\/frame\/index.html"
            ],
            "matches": [
                "https:\/\/tab.horoscopesoftheday-site.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}