Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Todays Horoscope là gì?
Todays Horoscope là một tiện ích mở rộng Chrome được phát triển bởi http://todaysreadings.live, và tính năng chính của nó là "Read daily horoscopes for all the zodiac signs and get custom web search on your 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 Todays Horoscope
Tải xuống các tệp mở rộng Todays 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
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
URL Chính Thức | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Mô tả | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Kích Thước Tệp | 15 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 2.8.27.0 |
Cập Nhật Lần Cuối | 2019-09-03 |
Ngày Phát Hành | 2019-09-03 |
Nhà Phát Triển | http://todaysreadings.live |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://todaysreadings.live |
URL Trang Chính Sách Bảo Mật | https://suppression.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |