Hammer for smashing page

Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.

What is Hammer for smashing page?

Hammer for smashing page is a Chrome extension developed by sakal, and its main feature is "Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.".

Extension Screenshots

Download Hammer for smashing page Extension CRX File

Download Hammer for smashing 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

                        Hammer extension gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.

I hope this extension will make the everyday easier for people working with web, text, and HTML.

This can be helpful for people who who don't like sticky headers on page and others ugly elements that make difficult to read page.                    

Extension Basic Information

Name Hammer for smashing page Hammer for smashing page
ID gicbggcmjgdbiclnfcmiapnfeanljnmo
Official URL https://chromewebstore.google.com/detail/hammer-for-smashing-page/gicbggcmjgdbiclnfcmiapnfeanljnmo
Description Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.
File Size 9.8 KB
Installation Count 165
Current Version 1.0.4
Last Updated 2019-02-09
Publish Date 2019-02-05
Rating 5.00/5 Total 1 Ratings
Developer sakal
Email [email protected]
Payment Type free
Help Page URL https://github.com/sakalx/hammer/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hammer for smashing page",
    "short_name": "Hammer",
    "description": "Hammer gives you a quick, easy and satisfying way to remove unnecessary elements and get a clean and pretty page for you to enjoy.",
    "version": "1.0.4",
    "author": "Serhii Sakal",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "favicon\/icon16.png",
            "32": "favicon\/icon32.png"
        },
        "default_title": "Smash this page \ud83d\udd28"
    },
    "icons": {
        "16": "favicon\/icon16.png",
        "32": "favicon\/icon32.png",
        "48": "favicon\/icon48.png",
        "128": "favicon\/icon128.png"
    }
}