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 là gì?

Customize Twitter là một tiện ích mở rộng Chrome được phát triển bởi https://krish-nerkar.ml, và tính năng chính của nó là "This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Customize Twitter

Tải xuống các tệp mở rộng Customize Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Customize Twitter Customize Twitter
ID elokfbhficagbdeldboinmcgcednbick
URL Chính Thức https://chromewebstore.google.com/detail/customize-twitter/elokfbhficagbdeldboinmcgcednbick
Mô tả This Chrome Extension Helps You To Easily Change The Accent Color Of The Twitter Web Client. Before installing change the default…
Kích Thước Tệp 31.81 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-03-06
Ngày Phát Hành 2021-03-01
Đánh Giá 4.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://krish-nerkar.ml
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://krish-nerkar.ml/projects
URL Trang Trợ Giúp https://bit.ly/3r8Jz62
Ngôn Ngữ Được Hỗ Trợ 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"
}