devTweak alpha
Changes deviantART logo and top bar background color by the old ones.
什么是devTweak alpha?
devTweak alpha是由Nidrax开发的Chrome扩展程序,该扩展的主要功能是“Changes deviantART logo and top bar background color by the old ones.”。
扩展截图
下载devTweak alpha扩展crx文件
下载devTweak alpha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | devTweak alpha |
ID | kcilfkccjdpfadhgjamgmnhcnfdgjjml |
官方URL | https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml |
简介 | Changes deviantART logo and top bar background color by the old ones. |
文件大小 | 3.84 KB |
安装次数 | 109 |
当前版本 | 1.3 |
更新时间 | 2018-03-23 |
上架时间 | 2018-03-23 |
评分 | 4.00/5 共18次评分 |
开发者 | Nidrax |
付费类型 | free |
支持的语言 | 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" ] } ] } |