Twitter Pastel Palettes

Cute pastel color themes for Twitter/X in Chrome

什么是Twitter Pastel Palettes?

Twitter Pastel Palettes是由rin开发的Chrome扩展程序,该扩展的主要功能是“Cute pastel color themes for Twitter/X in Chrome”。

扩展截图

screenshot
screenshot
screenshot

下载Twitter Pastel Palettes扩展crx文件

下载Twitter Pastel Palettes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Six cute pastel color themes to apply to Twitter's desktop site!

Note: Must be using Twitter's default blue display color! (Designed to overwrite Twitter's light mode + blue accent default layout)                    

扩展基本信息

名称 Twitter Pastel Palettes Twitter Pastel Palettes
ID bigcpeflhikdlnbmpmhgcmknhjkejbki
官方URL https://chromewebstore.google.com/detail/twitter-pastel-palettes/bigcpeflhikdlnbmpmhgcmknhjkejbki
简介 Cute pastel color themes for Twitter/X in Chrome
文件大小 1.13 MB
安装次数 6,129
当前版本 1.6
更新时间 2024-02-18
上架时间 2020-04-16
评分 4.38/5 共24次评分
开发者 rin
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Pastel Palettes",
    "description": "Cute pastel color themes for Twitter\/X in Chrome",
    "version": "1.6",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/icon48.png",
        "default_title": "Twitter Pastel Palettes"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}