Scriptify Web - Inject JavaScript

Write quick JavaScript for any webpage on the web! A Tool By MD Khokon

Was ist Scriptify Web - Inject JavaScript?

Scriptify Web - Inject JavaScript ist eine Chrome-Erweiterung, die von https://khokon.dev entwickelt wurde, und ihr Hauptmerkmal ist "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon".

Erweiterungsscreenshots

screenshot

Scriptify Web - Inject JavaScript-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scriptify Web - Inject JavaScript-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension can be used to write JavaScript codes for any web page for your personal usages. This tool will help you to make your web automation and customization even faster and simpler. 
This extension is really simple and secure! Cause you are writing all codes by yourself! We have no control on what scripts are you going to write for a web page. So, you are the master of your web surface.
Enjoy :)                    

Grundlegende Informationen zur Erweiterung

Name Scriptify Web - Inject JavaScript Scriptify Web - Inject JavaScript
ID lljlalcpiafgojdomhdcbpkblekkkklb
Offizielle URL https://chromewebstore.google.com/detail/scriptify-web-inject-java/lljlalcpiafgojdomhdcbpkblekkkklb
Beschreibung Write quick JavaScript for any webpage on the web! A Tool By MD Khokon
Dateigröße 230 KB
Installationsanzahl 78
Aktuelle Version 1.1
Letztes Update 2022-03-09
Veröffentlichungsdatum 2020-06-02
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://khokon.dev
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.blogdesire.com/scriptify-web-extension-documentation/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scriptify Web - Inject JavaScript",
    "short_name": "Scriptify",
    "description": "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "storage"
    ],
    "version": "1.1",
    "icons": {
        "256": "assets\/img\/256.png",
        "128": "assets\/img\/128.png",
        "48": "assets\/img\/48.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/128.png",
        "default_popup": "popup.html",
        "default_title": "Personal Tools"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/alon.css"
            ],
            "js": [
                "assets\/jquery.js",
                "assets\/alon.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}