Daily Astrology
Get daily astrology readings from Prokerala.com directly in your browser
What is Daily Astrology?
Daily Astrology is a Chrome extension developed by http://www.prokerala.com, and its main feature is "Get daily astrology readings from Prokerala.com directly in your browser".
Extension Screenshots
Download Daily Astrology Extension CRX File
Download Daily Astrology extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get daily astrology readings from Prokerala.com directly in your browser
Extension Basic Information
Name | |
ID | ilgaigoepjecekaaobenggoicddenpeo |
Official URL | https://chrome.google.com/webstore/detail/daily-astrology/ilgaigoepjecekaaobenggoicddenpeo |
Description | Get daily astrology readings from Prokerala.com directly in your browser |
File Size | 123 KB |
Installation Count | 1,000 |
Current Version | 0.1.8 |
Last Updated | 2017-04-25 |
Publish Date | 2017-04-25 |
Rating | 4.33/5 Total 9 Ratings |
Developer | http://www.prokerala.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.prokerala.com/astrology/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daily Astrology", "description": "Get daily astrology readings from Prokerala.com directly in your browser", "version": "0.1.8", "background": { "page": "popup.html", "persistent": true }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "20": "images\/icon-20.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "40": "images\/icon-40.png" }, "default_title": "Daily Astrology by Prokerala.com", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "geolocation", "alarms", "notifications", "background", "http:\/\/www.prokerala.com\/", "https:\/\/www.prokerala.com\/", "http:\/\/logs.ennexa.com\/", "https:\/\/logs.ennexa.com\/" ], "externally_connectable": { "matches": [ "*:\/\/*.prokerala.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |