devTweak alpha
Changes deviantART logo and top bar background color by the old ones.
What is devTweak alpha?
devTweak alpha is a Chrome extension developed by Nidrax, and its main feature is "Changes deviantART logo and top bar background color by the old ones.".
Extension Screenshots
Download devTweak alpha Extension CRX File
Download devTweak alpha extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | devTweak alpha |
ID | kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Official URL | https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml |
Description | Changes deviantART logo and top bar background color by the old ones. |
File Size | 3.84 KB |
Installation Count | 109 |
Current Version | 1.3 |
Last Updated | 2018-03-23 |
Publish Date | 2018-03-23 |
Rating | 4.00/5 Total 18 Ratings |
Developer | Nidrax |
Payment Type | free |
Supported Languages | 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" ] } ] } |