WebExtension.net
WebExtension.net

Click to Remove Element

View on Chrome Web Store
View Click to Remove Element Chrome Extension on Chrome Web Store
4.2 (526 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Remove annoying elements with a single click
Type
Extension
Users
70,000 users
Website blade.sk
blade.sk
View author page of blade.sk
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 11, 2012
Version 3.1.5
Manifest version
3
Updated
Updated on November 29, 2023
View on Chrome Web Store
View Click to Remove Element Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to Remove Element",
    "version": "3.1.5",
    "manifest_version": 3,
    "description": "Remove annoying elements with a single click",
    "icons": {
        "16": "icons\/action_inactive.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": "icons\/action_inactive.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "mac": "Command+Shift+X",
                "chromeos": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ctre_content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "commands",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "spanning"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top