Stop JavaScript

Stop JavaScript execution in current tab.

Wat is Stop JavaScript?

Stop JavaScript is een Chrome-extensie ontwikkeld door SAGAN, en de belangrijkste functie is "Stop JavaScript execution in current tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stop JavaScript

Download Stop JavaScript-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Stop JavaScript Stop JavaScript
ID djecijdiikggekgohjffnccifchfdmim
Officiële URL https://chromewebstore.google.com/detail/stop-javascript/djecijdiikggekgohjffnccifchfdmim
Beschrijving Stop JavaScript execution in current tab.
Bestandsgrootte 14.03 KB
Aantal Installaties 436
Huidige Versie 1.0.5
Laatst Bijgewerkt 2023-12-31
Publicatiedatum 2018-07-11
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar SAGAN
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sagan/chrome-extension-stop-javascript
Ondersteunde Talen 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"
    }
}