devTweak alpha

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

Hvad er devTweak alpha?

devTweak alpha er en Chrome-udvidelse udviklet af Nidrax, og dens hovedfunktion er "Changes deviantART logo and top bar background color by the old ones.".

Udvidelsesskærmbilleder

screenshot

Download devTweak alpha-udvidelses-CRX-fil

Download devTweak alpha-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn devTweak alpha devTweak alpha
ID kcilfkccjdpfadhgjamgmnhcnfdgjjml
Officiel URL https://chromewebstore.google.com/detail/devtweak-alpha/kcilfkccjdpfadhgjamgmnhcnfdgjjml
Beskrivelse Changes deviantART logo and top bar background color by the old ones.
Filstørrelse 3.84 KB
Antal Installationer 109
Nuværende Version 1.3
Senest Opdateret 2018-03-23
Udgivelsesdato 2018-03-23
Bedømmelse 4.00/5 Samlet 18 Bedømmelser
Udvikler Nidrax
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}