LeetCode Fix

Leetcode extension for showing dislike count in Dynamic Layout.

Cos'è LeetCode Fix?

LeetCode Fix è un'estensione di Chrome sviluppata da bunny, e la sua funzione principale è "Leetcode extension for showing dislike count in Dynamic Layout.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LeetCode Fix

Scarica i file di estensione LeetCode Fix 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

                        Get back the Leetcode problems dislike counts in Dynamic Layout.                    

Informazioni di Base sull'Estensione

Nome LeetCode Fix LeetCode Fix
ID kgenneohccgagookoocgihpkohmehnip
URL Ufficiale https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip
Descrizione Leetcode extension for showing dislike count in Dynamic Layout.
Dimensione del File 13.7 KB
Conteggio Installazioni 72
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-11-23
Data di Pubblicazione 2023-09-06
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore bunny
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bunnykek/LeetCode-Fix
URL della Pagina di Aiuto https://github.com/bunnykek/LeetCode-Fix/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeetCode Fix",
    "description": "Leetcode extension for showing dislike count in Dynamic Layout.",
    "author": "https:\/\/github.com\/bunnykek",
    "version": "0.0.6",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "host_permissions": [
        "https:\/\/leetcode.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ]
        }
    ]
}