Super Don Piano 64

This is the Super Don Piano 64 extension

What is Super Don Piano 64?

Super Don Piano 64 is a Chrome extension developed by Kevin, and its main feature is "This is the Super Don Piano 64 extension".

Extension Screenshots

screenshot

Download Super Don Piano 64 Extension CRX File

Download Super Don Piano 64 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

                        This Don Piano vision extension will turn your web experience into a true Don Piano experience.                    

Extension Basic Information

Name Super Don Piano 64 Super Don Piano 64
ID jagfjlnkobnecipjiepaeachljlhoclh
Official URL https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh
Description This is the Super Don Piano 64 extension
File Size 186 KB
Installation Count 67
Current Version 0.0.3
Last Updated 2015-07-15
Publish Date 2015-07-15
Rating 2.50/5 Total 14 Ratings
Developer Kevin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Don Piano 64",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This is the Super Don Piano 64 extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Super Don Piano 64",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "management",
        "http:\/\/www.google.com\/*",
        "http:\/\/*\/*",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}