Horoscope Home
Find the best astrology sites and get direct access to web search on your new tab page.
Horoscope Homeคืออะไร?
Horoscope Home เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://horoscope-home.com และคุณลักษณะหลักของมันคือ "Find the best astrology sites and get direct access to web search on your new tab page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Horoscope Home
ดาวน์โหลดไฟล์ส่วนขยาย Horoscope Home ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |