Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Apa itu Todays Horoscope?
Todays Horoscope adalah ekstensi Chrome yang dikembangkan oleh http://todaysreadings.live, dan fitur utamanya adalah "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Todays Horoscope
Unduh file ekstensi Todays Horoscope dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
URL Resmi | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Deskripsi | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Ukuran File | 15 KB |
Jumlah Instalasi | 66 |
Versi Saat Ini | 2.8.27.0 |
Terakhir Diperbarui | 2019-09-03 |
Tanggal Publikasi | 2019-09-03 |
Pengembang | http://todaysreadings.live |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://todaysreadings.live |
URL Halaman Kebijakan Privasi | https://suppression.io |
Bahasa yang Didukung | 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" } } |