Scriptify Web - Inject JavaScript

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

Cos'è Scriptify Web - Inject JavaScript?

Scriptify Web - Inject JavaScript è un'estensione di Chrome sviluppata da https://khokon.dev, e la sua funzione principale è "Write quick JavaScript for any webpage on the web! A Tool By MD Khokon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scriptify Web - Inject JavaScript

Scarica i file di estensione Scriptify Web - Inject JavaScript in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 :)                    

Informazioni di Base sull'Estensione

Nome Scriptify Web - Inject JavaScript Scriptify Web - Inject JavaScript
ID lljlalcpiafgojdomhdcbpkblekkkklb
URL Ufficiale https://chromewebstore.google.com/detail/scriptify-web-inject-java/lljlalcpiafgojdomhdcbpkblekkkklb
Descrizione Write quick JavaScript for any webpage on the web! A Tool By MD Khokon
Dimensione del File 230 KB
Conteggio Installazioni 78
Versione Corrente 1.1
Ultimo Aggiornamento 2022-03-09
Data di Pubblicazione 2020-06-02
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://khokon.dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.blogdesire.com/scriptify-web-extension-documentation/
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}