Stop JavaScript

Stop JavaScript execution in current tab.

Qu'est-ce que Stop JavaScript ?

Stop JavaScript est une extension Chrome développée par SAGAN, et sa fonction principale est "Stop JavaScript execution in current tab.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stop JavaScript

Téléchargez les fichiers d'extension Stop JavaScript au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Stop JavaScript Stop JavaScript
ID djecijdiikggekgohjffnccifchfdmim
URL Officiel https://chromewebstore.google.com/detail/stop-javascript/djecijdiikggekgohjffnccifchfdmim
Description Stop JavaScript execution in current tab.
Taille du Fichier 14.03 KB
Nombre d'Installations 436
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-12-31
Date de Publication 2018-07-11
Évaluation 4.60/5 Total 10 Évaluations
Développeur SAGAN
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sagan/chrome-extension-stop-javascript
Langues Prises en Charge 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"
    }
}