Merch by Amazon Dashboard 2.0
This extension beautify your Merch by Amazon Dashboard.
Wat is Merch by Amazon Dashboard 2.0?
Merch by Amazon Dashboard 2.0 is een Chrome-extensie ontwikkeld door codewebx, en de belangrijkste functie is "This extension beautify your Merch by Amazon Dashboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Merch by Amazon Dashboard 2.0
Download Merch by Amazon Dashboard 2.0-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
For perfect results also install PrettyMerch extension. Activate dark mode by clicking on icon of the extension.
Basisinformatie over de Extensie
Naam | |
ID | kglbkjaedpmdeemlpbkdencjmmjepfjk |
Officiële URL | https://chromewebstore.google.com/detail/merch-by-amazon-dashboard/kglbkjaedpmdeemlpbkdencjmmjepfjk |
Beschrijving | This extension beautify your Merch by Amazon Dashboard. |
Bestandsgrootte | 45.58 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-10-12 |
Publicatiedatum | 2018-10-12 |
Ontwikkelaar | codewebx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merch by Amazon Dashboard 2.0", "version": "1.2", "manifest_version": 2, "description": "This extension beautify your Merch by Amazon Dashboard.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/merchdesign-for-merch-by\/lideilkljleemchjfboaidkkfoihcomc?hl=de", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "activeTab", "tabs", "https:\/\/merch.amazon.com\/*" ], "background": { "scripts": [ "src\/bg\/background.js", "js\/jquery.js" ] }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/merch.amazon.com\/*" ], "css": [ "src\/css\/light-mode.css" ], "js": [ "js\/jquery.js", "src\/bg\/browseraction.js" ] } ] } |