Customize Twitter

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

Co to jest Customize Twitter?

Customize Twitter to rozszerzenie Chrome opracowane przez https://krish-nerkar.ml, a jego główną funkcją jest „This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Customize Twitter

Pobierz pliki rozszerzeń Customize Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Customize Twitter Customize Twitter
ID elokfbhficagbdeldboinmcgcednbick
Oficjalny URL https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick
Opis This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Rozmiar pliku 31.81 KB
Liczba instalacji 119
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2021-03-06
Data Publikacji 2021-03-01
Ocena 4.00/5 Łącznie 6 Oceny
Deweloper https://krish-nerkar.ml
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://krish-nerkar.ml/projects
Adres URL Strony Pomocy https://bit.ly/3r8Jz62
Obsługiwane Języki 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"
}