Twitter CPU Optimizer

just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage

什么是Twitter CPU Optimizer?

Twitter CPU Optimizer是由anokthus开发的Chrome扩展程序,该扩展的主要功能是“just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage”。

扩展截图

screenshot

下载Twitter CPU Optimizer扩展crx文件

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

扩展使用说明

                        twitter.comの画面上に存在するCPUを異常に浪費させる要素(サイドバーの"進行中のスペースを聞く"のエリアがその筆頭)を自動的に除去します。この拡張機能によってCPU使用率は劇的に改善されます。
This extension will remove "Listen live in Spaces" content and other nonsense heavy CSS/JS processing elements that causing ultra-high CPU usage on twitter.com                    

扩展基本信息

名称 Twitter CPU Optimizer Twitter CPU Optimizer
ID eeeaaoidkpndlpdljifdpkemliihcebh
官方URL https://chromewebstore.google.com/detail/twitter-cpu-optimizer/eeeaaoidkpndlpdljifdpkemliihcebh
简介 just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage
文件大小 13.74 KB
安装次数 145
当前版本 1.1.0
更新时间 2023-09-02
上架时间 2023-05-18
评分 5.00/5 共1次评分
开发者 anokthus
电子邮箱 [email protected]
付费类型 free
扩展官网 https://twitter.com/anokthus/status/1659459564004343809
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter CPU Optimizer",
    "version": "1.1.0",
    "description": "just kill nonsense heavy CSS\/JS processing elements on twitter.com to dramatically optimize the CPU usage",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    }
}