Astrology Home Page

Astrology for your daily life by Prokerala.com

What is Astrology Home Page?

Astrology Home Page is a Chrome extension developed by http://prokerala.com, and its main feature is "Astrology for your daily life by Prokerala.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Astrology Home Page Extension CRX File

Download Astrology Home Page 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

                        Astrology for your daily life by Prokerala.com. Set your homepage to match your zodiac sign.                    

Extension Basic Information

Name Astrology Home Page Astrology Home Page
ID kncoghheopkhebcbgjfmcpdbeebfbfmn
Official URL https://chrome.google.com/webstore/detail/kncoghheopkhebcbgjfmcpdbeebfbfmn
Description Astrology for your daily life by Prokerala.com
File Size 119 KB
Installation Count 260
Current Version 0.1.3
Last Updated 2018-08-09
Publish Date 2018-08-09
Rating 5.00/5 Total 2 Ratings
Developer http://prokerala.com
Email [email protected]
Payment Type free
Extension Website https://www.prokerala.com/astrology/
Help Page URL https://www.prokerala.com/contact.php
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astrology Home Page",
    "short_name": "Astrology Home Page",
    "description": "Astrology for your daily life by Prokerala.com",
    "icons": {
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/background.min.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.prokerala.com\/*"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "bookmarks",
        "geolocation",
        "tabs",
        "history",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "contextMenus",
        "storage",
        "topSites",
        "notifications",
        "",
        "activeTab",
        "webRequest"
    ],
    "version": "0.1.3"
}