Stop JavaScript

Stop JavaScript execution in current tab.

What is Stop JavaScript?

Stop JavaScript is a Chrome extension developed by SAGAN, and its main feature is "Stop JavaScript execution in current tab.".

Extension Screenshots

screenshot
screenshot

Download Stop JavaScript Extension CRX File

Download Stop JavaScript extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ** 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.                    

Extension Basic Information

Name Stop JavaScript Stop JavaScript
ID djecijdiikggekgohjffnccifchfdmim
Official URL https://chromewebstore.google.com/detail/stop-javascript/djecijdiikggekgohjffnccifchfdmim
Description Stop JavaScript execution in current tab.
File Size 14.03 KB
Installation Count 436
Current Version 1.0.5
Last Updated 2023-12-31
Publish Date 2018-07-11
Rating 4.60/5 Total 10 Ratings
Developer SAGAN
Email [email protected]
Payment Type free
Extension Website https://github.com/sagan/chrome-extension-stop-javascript
Supported Languages 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"
    }
}