Customize Twitter

This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…

Co je Customize Twitter?

Customize Twitter je rozšíření Chrome vyvinuté https://krish-nerkar.ml, a jeho hlavní funkcí je „This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Customize Twitter

Stáhněte si soubory rozšíření Customize Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client.

Before installing change the default accent to blue and lights out, for steps see this : https://bit.ly/3r8Jz62

More Customization Options Coming Soon......👀                    

Základní Informace o Rozšíření

Název Customize Twitter Customize Twitter
ID elokfbhficagbdeldboinmcgcednbick
Oficiální URL https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick
Popis This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Velikost souboru 31.81 KB
Počet instalací 119
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-03-06
Datum Vydání 2021-03-01
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář https://krish-nerkar.ml
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://krish-nerkar.ml/projects
URL Stránky Nápovědy https://bit.ly/3r8Jz62
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Customize Twitter",
        "default_icom": "img\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/twitter.css"
            ],
            "js": [
                "js\/twitter.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "description": "",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "Customize Twitter",
    "permissions": [
        "cookies",
        "*:\/\/twitter.com\/*"
    ],
    "short_name": "Customize Twitter",
    "version": "1.0.1"
}