Horoscope
Access horoscopes readings for today, weekly, and more on browser New Tab.
Horoscopeคืออะไร?
Horoscope เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Horoscope และคุณลักษณะหลักของมันคือ "Access horoscopes readings for today, weekly, and more on browser New Tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Horoscope
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
ID | pcbidpdbcjlaccgebjimdpgekpjpikpj |
URL อย่างเป็นทางการ | 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 } |