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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the best astrology sites and get direct access to web search on your new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Horoscope Home एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |