Customize Twitter

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

Customize Twitterとは何ですか?

Customize Twitterはhttps://krish-nerkar.mlによって開発されたChromeの拡張機能で、その主な機能は「This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Customize Twitter拡張機能のCRXファイルをダウンロード

Customize Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Customize Twitter Customize Twitter
ID elokfbhficagbdeldboinmcgcednbick
公式URL https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick
説明 This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
ファイルサイズ 31.81 KB
インストール数 119
現在のバージョン 1.0.1
最終更新日 2021-03-06
公開日 2021-03-01
評価 4.00/5 合計 6 レビュー
開発者 https://krish-nerkar.ml
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://krish-nerkar.ml/projects
ヘルプページのURL https://bit.ly/3r8Jz62
対応言語 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"
}