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."입니다.
확장 프로그램 스크린샷
Horoscope 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |