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
Eメール [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"
    }
}