Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
O que é Todays Horoscope?
Todays Horoscope é uma extensão do Chrome desenvolvida por http://todaysreadings.live, e sua principal característica é "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Todays Horoscope
Baixe arquivos de extensão Todays Horoscope no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
URL Oficial | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Descrição | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Tamanho do Arquivo | 15 KB |
Contagem de Instalações | 66 |
Versão Atual | 2.8.27.0 |
Última Atualização | 2019-09-03 |
Data de Publicação | 2019-09-03 |
Desenvolvedor | http://todaysreadings.live |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://todaysreadings.live |
URL da Página de Política de Privacidade | https://suppression.io |
Idiomas Suportados | 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" } } |