Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Was ist Todays Horoscope?
Todays Horoscope ist eine Chrome-Erweiterung, die von http://todaysreadings.live entwickelt wurde, und ihr Hauptmerkmal ist "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".
Erweiterungsscreenshots
Todays Horoscope-Erweiterungs-CRX-Datei herunterladen
Laden Sie Todays Horoscope-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Your daily horoscopes and custom search on your New Tab. This extension adds a beautifully displayed daily horoscope for all 12 zodiac signs tucked away on the right-hand side of any new tab you open in Chrome. Unobtrusive and updated every single day by a real astrologer. You can uninstall the app any time you choose to if you dare tempt fate! As always please feel free to ask questions, submit comments or ask for help should you need it. Enjoy!
Grundlegende Informationen zur Erweiterung
Name | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
Offizielle URL | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Beschreibung | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Dateigröße | 15 KB |
Installationsanzahl | 66 |
Aktuelle Version | 2.8.27.0 |
Letztes Update | 2019-09-03 |
Veröffentlichungsdatum | 2019-09-03 |
Entwickler | http://todaysreadings.live |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://todaysreadings.live |
URL der Datenschutzrichtlinien-Seite | https://suppression.io |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "description": "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.", "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "version": "2.8.27.0", "web_accessible_resources": [ "icons\/*" ], "browser_action": { "default_icon": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "optional_permissions": [ "management" ], "permissions": [ "tabs", "cookies", "storage", "*:\/\/*.todaysreadings.live\/*" ], "manifest_version": 2, "name": "Todays Horoscope", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "*:\/\/*.todaysreadings.live\/*" ], "all_frames": true, "js": [ "core\/content.js" ], "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "web_page_home.html" } } |