devTweak alpha
Changes deviantART logo and top bar background color by the old ones.
Vad är devTweak alpha?
devTweak alpha är en Chrome-tillägg utvecklad av Nidrax, och dess huvudfunktion är "Changes deviantART logo and top bar background color by the old ones.".
Tilläggsskärmbilder
Ladda ner devTweak alpha-förlängningens CRX-fil
Ladda ner devTweak alpha-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
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.
Grundläggande Information om Tillägg
Namn | devTweak alpha |
ID | kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Officiell webbadress | https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Beskrivning | Changes deviantART logo and top bar background color by the old ones. |
Filstorlek | 3.84 KB |
Antal Installationer | 109 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2018-03-23 |
Publiceringsdatum | 2018-03-23 |
Betyg | 4.00/5 Totalt 18 Betyg |
Utvecklare | Nidrax |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |