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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anokthus และคุณลักษณะหลักของมันคือ "just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter CPU Optimizer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}