Customize Twitter

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

Cos'è Customize Twitter?

Customize Twitter è un'estensione di Chrome sviluppata da https://krish-nerkar.ml, e la sua funzione principale è "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Customize Twitter

Scarica i file di estensione Customize Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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......👀                    

Informazioni di Base sull'Estensione

Nome Customize Twitter Customize Twitter
ID elokfbhficagbdeldboinmcgcednbick
URL Ufficiale https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick
Descrizione This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Dimensione del File 31.81 KB
Conteggio Installazioni 119
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-03-06
Data di Pubblicazione 2021-03-01
Valutazione 4.00/5 Totale 6 Valutazioni
Sviluppatore https://krish-nerkar.ml
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://krish-nerkar.ml/projects
URL della Pagina di Aiuto https://bit.ly/3r8Jz62
Lingue Supportate 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"
}