Super Don Piano 64

This is the Super Don Piano 64 extension

Wat is Super Don Piano 64?

Super Don Piano 64 is een Chrome-extensie ontwikkeld door Kevin, en de belangrijkste functie is "This is the Super Don Piano 64 extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Super Don Piano 64

Download Super Don Piano 64-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Super Don Piano 64 Super Don Piano 64
ID jagfjlnkobnecipjiepaeachljlhoclh
Officiële URL https://chrome.google.com/webstore/detail/super-don-piano-64/jagfjlnkobnecipjiepaeachljlhoclh
Beschrijving This is the Super Don Piano 64 extension
Bestandsgrootte 186 KB
Aantal Installaties 67
Huidige Versie 0.0.3
Laatst Bijgewerkt 2015-07-15
Publicatiedatum 2015-07-15
Beoordeling 2.50/5 Totaal 14 Beoordelingen
Ontwikkelaar Kevin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}