Hamilton

Load random Hamilton songs by clicking the icon

What is Hamilton?

Hamilton is a Chrome extension developed by david.morgan.jones, and its main feature is "Load random Hamilton songs by clicking the icon".

Extension Screenshots

screenshot

Download Hamilton Extension CRX File

Download Hamilton 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

                        Load random Hamilton songs by clicking the icon                    

Extension Basic Information

Name Hamilton Hamilton
ID eojelcdpopbkeoplpehmgmioblihneam
Official URL https://chrome.google.com/webstore/detail/hamilton/eojelcdpopbkeoplpehmgmioblihneam
Description Load random Hamilton songs by clicking the icon
File Size 41.04 KB
Installation Count 280
Current Version 1.1
Last Updated 2019-06-07
Publish Date 2019-06-07
Rating 5.00/5 Total 5 Ratings
Developer david.morgan.jones
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hamilton",
    "version": "1.1",
    "description": "Load random Hamilton songs by clicking the icon",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "on_click.html",
        "default_icon": {
            "16": "hamilton16.png",
            "32": "hamilton32.png",
            "48": "hamilton48.png",
            "128": "hamilton128.png"
        }
    },
    "icons": {
        "16": "hamilton16.png",
        "32": "hamilton32.png",
        "48": "hamilton48.png",
        "128": "hamilton128.png"
    },
    "manifest_version": 2
}