Horoscope
Access horoscopes readings for today, weekly, and more on browser New Tab.
Horoscope là gì?
Horoscope là một tiện ích mở rộng Chrome được phát triển bởi Horoscope, và tính năng chính của nó là "Access horoscopes readings for today, weekly, and more on browser New Tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Horoscope
Tải xuống các tệp mở rộng Horoscope dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Horoscope |
ID | pcbidpdbcjlaccgebjimdpgekpjpikpj |
URL Chính Thức | https://chromewebstore.google.com/detail/horoscope/pcbidpdbcjlaccgebjimdpgekpjpikpj |
Mô tả | Access horoscopes readings for today, weekly, and more on browser New Tab. |
Kích Thước Tệp | 1.94 MB |
Số Lần Cài Đặt | 495 |
Phiên Bản Hiện Tại | 1.21.1201 |
Cập Nhật Lần Cuối | 2021-12-06 |
Ngày Phát Hành | 2021-07-29 |
Nhà Phát Triển | Horoscope |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://horoscopesoftheday.com/privacy-policy/index.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |