web hammer

Start hammering!

What is web hammer?

web hammer is a Chrome extension developed by Unknown, and its main feature is "Start hammering!".

Extension Screenshots

screenshot
screenshot

Download web hammer Extension CRX File

Download web hammer 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

                        use this tool to remove banners (or other unwanted items) from a website.

click and remove html elements!                    

Extension Basic Information

Name web hammer web hammer
ID pjimeaimleggjohhhbpjmmkhlmnhgdld
Official URL https://chromewebstore.google.com/detail/web-hammer/pjimeaimleggjohhhbpjmmkhlmnhgdld
Description Start hammering!
File Size 6.73 KB
Installation Count 29
Current Version 1.0
Last Updated 2019-01-28
Publish Date 2019-01-24
Rating 5.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "web hammer",
    "description": "Start hammering!",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/hammer.png"
    },
    "browser_action": {
        "default_title": "Start hammering!",
        "default_icon": "images\/hammer.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ]
}