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" ] } ] } |