Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Qu'est-ce que Todays Horoscope ?
Todays Horoscope est une extension Chrome développée par http://todaysreadings.live, et sa fonction principale est "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Todays Horoscope
Téléchargez les fichiers d'extension Todays Horoscope au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
URL Officiel | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Description | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Taille du Fichier | 15 KB |
Nombre d'Installations | 66 |
Version Actuelle | 2.8.27.0 |
Dernière Mise à Jour | 2019-09-03 |
Date de Publication | 2019-09-03 |
Développeur | http://todaysreadings.live |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://todaysreadings.live |
URL de la Page de Politique de Confidentialité | https://suppression.io |
Langues Prises en Charge | 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" } } |