devTweak alpha
Changes deviantART logo and top bar background color by the old ones.
Wat is devTweak alpha?
devTweak alpha is een Chrome-extensie ontwikkeld door Nidrax, en de belangrijkste functie is "Changes deviantART logo and top bar background color by the old ones.".
Extensie Screenshots
Download het CRX-bestand van de extensie devTweak alpha
Download devTweak alpha-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
CHANGELOG Version 1.3: Fixed the broken code and links that made the plugin to not work at all. Currently only logo and topbar background are affected. Favicon change and more features may be added in distant future.
Basisinformatie over de Extensie
Naam | devTweak alpha |
ID | kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Officiële URL | https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Beschrijving | Changes deviantART logo and top bar background color by the old ones. |
Bestandsgrootte | 3.84 KB |
Aantal Installaties | 109 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2018-03-23 |
Publicatiedatum | 2018-03-23 |
Beoordeling | 4.00/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Nidrax |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "devTweak alpha", "version": "1.3", "description": "Changes deviantART logo and top bar background color by the old ones.", "manifest_version": 2, "icons": { "16": "deviantart-logo-16.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.deviantart.com\/*" ], "css": [ "style.css" ] } ] } |