Hack This Page

Hack This Page makes webpages editable!

What is Hack This Page?

Hack This Page is a Chrome extension developed by fatemarebanotun, and its main feature is "Hack This Page makes webpages editable!".

Extension Screenshots

screenshot
screenshot

Download Hack This Page Extension CRX File

Download Hack This Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Hack This Page Hack This Page
ID nbfegodimhenhkghjeppighcbpdinhdp
Official URL https://chromewebstore.google.com/detail/hack-this-page/nbfegodimhenhkghjeppighcbpdinhdp
Description Hack This Page makes webpages editable!
File Size 52.87 KB
Installation Count 24,070
Current Version 3.0
Last Updated 2021-03-20
Publish Date 2021-03-04
Rating 4.14/5 Total 130 Ratings
Developer fatemarebanotun
Email [email protected]
Payment Type free
Extension Website https://github.com/virejdasani/HackThisPage
Help Page URL http://virej.ml/extensions
Supported Languages 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"
    }
}