Hack This Page

Hack This Page makes webpages editable!

Cos'è Hack This Page?

Hack This Page è un'estensione di Chrome sviluppata da fatemarebanotun, e la sua funzione principale è "Hack This Page makes webpages editable!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hack This Page

Scarica i file di estensione Hack This Page 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

                        With 'Hack This Page', you can edit or 'Hack' any webpage like a text document!                    

Informazioni di Base sull'Estensione

Nome Hack This Page Hack This Page
ID nbfegodimhenhkghjeppighcbpdinhdp
URL Ufficiale https://chromewebstore.google.com/detail/hack-this-page/nbfegodimhenhkghjeppighcbpdinhdp
Descrizione Hack This Page makes webpages editable!
Dimensione del File 52.87 KB
Conteggio Installazioni 24,070
Versione Corrente 3.0
Ultimo Aggiornamento 2021-03-20
Data di Pubblicazione 2021-03-04
Valutazione 4.14/5 Totale 130 Valutazioni
Sviluppatore fatemarebanotun
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/virejdasani/HackThisPage
URL della Pagina di Aiuto http://virej.ml/extensions
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack This Page",
    "description": "Hack This Page makes webpages editable!",
    "version": "3.0",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    }
}