Todays Horoscope
Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
Τι είναι το Todays Horoscope;
Το Todays Horoscope είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://todaysreadings.live, και η κύρια λειτουργία του είναι "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Todays Horoscope
Λήψη αρχείων επέκτασης Todays Horoscope σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kedmcngkaoijpdbnfknnndlckgngfkif |
Επίσημο URL | https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif |
Περιγραφή | Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab. |
Μέγεθος Αρχείου | 15 KB |
Αριθμός Εγκαταστάσεων | 66 |
Τρέχουσα Έκδοση | 2.8.27.0 |
Τελευταία Ενημέρωση | 2019-09-03 |
Ημερομηνία Δημοσίευσης | 2019-09-03 |
Προγραμματιστής | http://todaysreadings.live |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://todaysreadings.live |
URL της Σελίδας Πολιτικής Απορρήτου | https://suppression.io |
Υποστηριζόμενες Γλώσσες | 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" } } |