Stop JavaScript

Stop JavaScript execution in current tab.

Stop JavaScriptとは何ですか?

Stop JavaScriptはSAGANによって開発されたChromeの拡張機能で、その主な機能は「Stop JavaScript execution in current tab.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        ** Yet Another "allow copy" extension **

This extension stops JavaScript execution of current page by preventing any further DOM event being dispatched to registered handlers. 

It is mainly designed to remove any limitations that prevent the copy / context menu functions from working.

Usage: click the "red cross" button in Chrome toolbar.                    

拡張機能の基本情報

名前 Stop JavaScript Stop JavaScript
ID djecijdiikggekgohjffnccifchfdmim
公式URL https://chromewebstore.google.com/detail/stop-javascript/djecijdiikggekgohjffnccifchfdmim
説明 Stop JavaScript execution in current tab.
ファイルサイズ 14.03 KB
インストール数 436
現在のバージョン 1.0.5
最終更新日 2023-12-31
公開日 2018-07-11
評価 4.60/5 合計 10 レビュー
開発者 SAGAN
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/sagan/chrome-extension-stop-javascript
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop JavaScript",
    "description": "Stop JavaScript execution in current tab.",
    "version": "1.0.5",
    "author": "Jacques De SAGAN",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/cross_16x16.png",
        "48": "icons\/cross_48x48.png",
        "64": "icons\/cross_64x64.png",
        "128": "icons\/cross_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Stop JavaScript"
    }
}