Leetcode torture

An extension to torture you with LeetCode problems and force you to solve them.

Leetcode tortureとは何ですか?

Leetcode tortureはThe Coding Slothによって開発されたChromeの拡張機能で、その主な機能は「An extension to torture you with LeetCode problems and force you to solve them.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Leetcode torture拡張機能のCRXファイルをダウンロード

Leetcode torture拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension where the user can't access any websites until they solve a randomly assigned LeetCode problem                    

拡張機能の基本情報

名前 Leetcode torture Leetcode torture
ID clbhgfneekiimoaakhhdjimgnnbnfbeh
公式URL https://chromewebstore.google.com/detail/leetcode-torture/clbhgfneekiimoaakhhdjimgnnbnfbeh
説明 An extension to torture you with LeetCode problems and force you to solve them.
ファイルサイズ 159 KB
インストール数 2,942
現在のバージョン 1.0.3.4
最終更新日 2023-09-25
公開日 2023-08-31
評価 4.74/5 合計 69 レビュー
開発者 The Coding Sloth
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.3.4",
    "author": "The Coding Sloth",
    "name": "Leetcode torture",
    "description": "An extension to torture you with LeetCode problems and force you to solve them.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "tabs",
        "activeTab",
        "alarms",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/*"
            ],
            "js": [
                "CongratulationsModal.0b4baa68.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "leetcode-problems\/*"
            ],
            "matches": [
                "https:\/\/www.plasmo.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/leetcode.com\/*"
            ],
            "resources": [
                "CongratulationsModal.398c65a9.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}