devTweak alpha

Changes deviantART logo and top bar background color by the old ones.

Was ist devTweak alpha?

devTweak alpha ist eine Chrome-Erweiterung, die von Nidrax entwickelt wurde, und ihr Hauptmerkmal ist "Changes deviantART logo and top bar background color by the old ones.".

Erweiterungsscreenshots

screenshot

devTweak alpha-Erweiterungs-CRX-Datei herunterladen

Laden Sie devTweak alpha-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name devTweak alpha devTweak alpha
ID kcilfkccjdpfadhgjamgmnhcnfdgjjml
Offizielle URL https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml
Beschreibung Changes deviantART logo and top bar background color by the old ones.
Dateigröße 3.84 KB
Installationsanzahl 109
Aktuelle Version 1.3
Letztes Update 2018-03-23
Veröffentlichungsdatum 2018-03-23
Bewertung 4.00/5 Insgesamt 18 Bewertungen
Entwickler Nidrax
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}