e-chords Key Change Extension
This extension enables the e-chords.com key change feature without requiring a premium membership
Vad är e-chords Key Change Extension?
e-chords Key Change Extension är en Chrome-tillägg utvecklad av throwawayaccount, och dess huvudfunktion är "This extension enables the e-chords.com key change feature without requiring a premium membership".
Tilläggsskärmbilder
Ladda ner e-chords Key Change Extension-förlängningens CRX-fil
Ladda ner e-chords Key Change Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension enables the e-chords.com key change feature without requiring a premium membership
Grundläggande Information om Tillägg
Namn | |
ID | amlpgnoimdaognnaoflljbjgilpoopfe |
Officiell webbadress | https://chrome.google.com/webstore/detail/e-chords-key-change-exten/amlpgnoimdaognnaoflljbjgilpoopfe |
Beskrivning | This extension enables the e-chords.com key change feature without requiring a premium membership |
Filstorlek | 20.15 KB |
Antal Installationer | 231 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-01-21 |
Publiceringsdatum | 2016-01-21 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | throwawayaccount |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "e-chords Key Change Extension", "short_name": "e-chords-key-change", "description": "This extension enables the e-chords.com key change feature without requiring a premium membership", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.e-chords.com\/*", "http:\/\/www.e-chords.com\/*" ], "js": [ "myscript.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "https:\/\/www.e-chords.com\/*", "http:\/\/www.e-chords.com\/*" ] } |