Horoscope Home
Find the best astrology sites and get direct access to web search on your new tab page.
Horoscope Home란 무엇입니까?
Horoscope Home은(는) https://horoscope-home.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best astrology sites and get direct access to web search on your new tab page."입니다.
확장 프로그램 스크린샷
Horoscope Home 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Horoscope Home is a great new tab extension for your Chrome browser! • Quickly and easily navigate to top astrology websites and the best horoscopes • Find the latest scores and headlines from your new tab experience • Navigate to top email and social websites with a single click EULA: http://infospace.com/downloadable/terms/terms-of-use.html Privacy Policy: http://infospace.com/downloadable/terms/privacy.html You can uninstall this extension at any time.
확장 프로그램 기본 정보
이름 | Horoscope Home |
ID | iofcgedgdifnemgimcjijipnngjfdakp |
공식 URL | https://chromewebstore.google.com/detail/horoscope-home/iofcgedgdifnemgimcjijipnngjfdakp |
설명 | Find the best astrology sites and get direct access to web search on your new tab page. |
파일 크기 | 20.57 KB |
설치 횟수 | 39 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2018-03-08 |
출시 날짜 | 2018-03-07 |
개발자 | https://horoscope-home.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://horoscope-home.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Horoscope Home", "version": "0.0.2", "description": "Find the best astrology sites and get direct access to web search on your new tab page.", "author": "System 1, LLC", "icons": { "16": "assets\/img\/logo16.png", "48": "assets\/img\/logo48.png", "128": "assets\/img\/logo128.png" }, "chrome_url_overrides": { "newtab": "root.html" }, "browser_action": { "default_title": "Horoscope Home" }, "permissions": [ "tabs", "*:\/\/*.complilib.pxuno.com\/*", "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "management", "http:\/\/horoscope-home.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/compliance.js", "js\/gtm.js", "js\/newTab.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.horoscope-home.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com https:\/\/*.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/www.googleadservices.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*", "scripts\/**\/*.html", "https:\/\/*.google-analytics.com\/**\/*", "https:\/\/tagmanager.google.com\/*", "script.js", "js\/gtm.js", "ns.js", "insp.localstorage.js" ] } |