Twitter CPU Optimizer

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

What is Twitter CPU Optimizer?

Twitter CPU Optimizer is a Chrome extension developed by anokthus, and its main feature is "just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage".

Extension Screenshots

screenshot

Download Twitter CPU Optimizer Extension CRX File

Download Twitter CPU Optimizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitter CPU Optimizer Twitter CPU Optimizer
ID eeeaaoidkpndlpdljifdpkemliihcebh
Official URL https://chromewebstore.google.com/detail/twitter-cpu-optimizer/eeeaaoidkpndlpdljifdpkemliihcebh
Description just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage
File Size 13.74 KB
Installation Count 145
Current Version 1.1.0
Last Updated 2023-09-02
Publish Date 2023-05-18
Rating 5.00/5 Total 1 Ratings
Developer anokthus
Email [email protected]
Payment Type free
Extension Website https://twitter.com/anokthus/status/1659459564004343809
Supported Languages 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"
    }
}