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
官方網址 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
電子郵箱 [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"
}