Twitter CPU Optimizer
just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage
Cos'è Twitter CPU Optimizer?
Twitter CPU Optimizer è un'estensione di Chrome sviluppata da anokthus, e la sua funzione principale è "just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter CPU Optimizer
Scarica i file di estensione Twitter CPU Optimizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Twitter CPU Optimizer |
ID | eeeaaoidkpndlpdljifdpkemliihcebh |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-cpu-optimizer/eeeaaoidkpndlpdljifdpkemliihcebh |
Descrizione | just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage |
Dimensione del File | 13.74 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-09-02 |
Data di Pubblicazione | 2023-05-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | anokthus |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter.com/anokthus/status/1659459564004343809 |
Lingue Supportate | 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" } } |