Twitter CPU Optimizer

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

Qu'est-ce que Twitter CPU Optimizer ?

Twitter CPU Optimizer est une extension Chrome développée par anokthus, et sa fonction principale est "just kill nonsense heavy CSS/JS processing elements on twitter.com to dramatically optimize the CPU usage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitter CPU Optimizer

Téléchargez les fichiers d'extension Twitter CPU Optimizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitter CPU Optimizer Twitter CPU Optimizer
ID eeeaaoidkpndlpdljifdpkemliihcebh
URL Officiel 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
Taille du Fichier 13.74 KB
Nombre d'Installations 145
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-09-02
Date de Publication 2023-05-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur anokthus
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/anokthus/status/1659459564004343809
Langues Prises en Charge 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"
    }
}