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.”。

擴展截圖

screenshot

下載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 devTweak alpha
ID kcilfkccjdpfadhgjamgmnhcnfdgjjml
官方網址 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"
            ]
        }
    ]
}