Old Homepage

Sets dashboard homepage

What is Old Homepage?

Old Homepage is a Chrome extension developed by marketing, and its main feature is "Sets dashboard homepage".

Extension Screenshots

screenshot

Download Old Homepage Extension CRX File

Download Old Homepage 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

                        Extension gives users options to visit popular wesbites without setting them as browser homepage                    

Extension Basic Information

Name Old Homepage Old Homepage
ID mlkcmeionlgpennibkdcicfdkmkhnikf
Official URL https://chromewebstore.google.com/detail/old-homepage/mlkcmeionlgpennibkdcicfdkmkhnikf
Description Sets dashboard homepage
File Size 2.11 MB
Installation Count 59
Current Version 1.9
Last Updated 2019-04-10
Publish Date 2019-04-09
Developer marketing
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Homepage",
    "description": "Sets dashboard homepage",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "128": "img\/32.png"
        }
    },
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage",
        "history",
        "topSites",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.9"
}