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
电子邮箱 [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"
}