My Horoscope Pro
MyHoroscope Pro is a free and insightful daily horoscope extension, offering new tab search, favorite sites shortcuts, and news.
What is My Horoscope Pro?
My Horoscope Pro is a Chrome extension developed by myhoroscopepro, and its main feature is "MyHoroscope Pro is a free and insightful daily horoscope extension, offering new tab search, favorite sites shortcuts, and news.".
Extension Screenshots
Download My Horoscope Pro Extension CRX File
Download My Horoscope Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Discover a daily horoscope reading for your star sign with My Horoscope Pro browser extension. To enable these features, this extension configures your New Tab Search to My Horoscope Pro. It also gives you the ability to add shortcuts and check out recent news from premium publishers. With My Horoscope Pro extension you will: 1. Find out what the stars have in store for you 2. Get daily readings about life, health, and work 3. Receive free, fun and insightful predictions The extension requests the following permissions: - Set your new tab page search to MyHoroscope Pro - Read and change your data on sites: https://.myhoroscopepro.com/ By clicking “ADD TO CHROME”, you accept and agree to install the My Horoscope Pro Chrome Extension, set the Chrome™ New Tab to My Horoscope Pro, and to the Terms of Use, EULA, and Privacy Policy. End-User License Agreement: https://www.myhoroscopepro.com/terms-of-use Privacy Policy: https://www.myhoroscopepro.com/privacy-policy You can uninstall the extension at any time. To remove our extension from Google Chrome please follow these steps: 1) Click on the menu icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) Click "Extensions". 4) Select the extension you wish to uninstall. 5) Click on the trash icon on the right next to the extension you wish to remove. 6) Close your browser completely and reopen it. The extension should now be removed from your Chrome browser. For assistance from our customer service team, please email us at [email protected]
Extension Basic Information
Name | My Horoscope Pro |
ID | ofoofdfligmnmnffdllcohgnkdiceede |
Official URL | https://chromewebstore.google.com/detail/my-horoscope-pro/ofoofdfligmnmnffdllcohgnkdiceede |
Description | MyHoroscope Pro is a free and insightful daily horoscope extension, offering new tab search, favorite sites shortcuts, and news. |
File Size | 564 KB |
Installation Count | 8,835 |
Current Version | 0.2.9 |
Last Updated | 2023-12-15 |
Publish Date | 2020-09-01 |
Rating | 4.50/5 Total 2 Ratings |
Developer | myhoroscopepro |
[email protected] | |
Payment Type | free |
Extension Website | https://www.myhoroscopepro.com/ |
Help Page URL | https://www.myhoroscopepro.com/contact |
Privacy Policy Page URL | https://www.myhoroscopepro.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "background": { "service_worker": "util.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.myhoroscopepro.com\/*" ], "js": [ "js\/beacon-script.js" ] } ], "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "description": "__MSG_appDesc__", "name": "__MSG_appName__", "default_locale": "en", "host_permissions": [ "https:\/\/*.myhoroscopepro.com\/*" ], "permissions": [ "storage", "scripting", "alarms" ], "chrome_url_overrides": { "newtab": "new-tab\/new-tab.html" }, "short_name": "__MSG_appShortName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.9" } |