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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | eeeaaoidkpndlpdljifdpkemliihcebh |
| 官方網址 | 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"
}
} | |