HTML Element Mover And Remover

Move HTML Elements freely on any website or remove elements that are blocking the main content.

What is HTML Element Mover And Remover?

HTML Element Mover And Remover is a Chrome extension developed by https://www.seabreezecomputers.com, and its main feature is "Move HTML Elements freely on any website or remove elements that are blocking the main content.".

Extension Screenshots

screenshot
screenshot
screenshot

Download HTML Element Mover And Remover Extension CRX File

Download HTML Element Mover And Remover 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

                        HTML Element Mover And Remover

Move or Remove elements on a web page that are in the way of the main content or that are annoying such as advertisements, social share buttons, videos, etc. 

To start "Move or Remove" mode click on the extension icon or press CTRL+M or ALT+M. Then use the mouse to move an element by clicking on the element and holding the mouse button and dragging the element to a new location. Or remove an element by clicking on the red x in the corner. To turn off "Move and Remove" mode clicking on the extension icon again or press CTRL+M or ALT+M again or press ESC.

The extension also tries to prevent websites from disabling scrolling.

FULL EDITION FEATURES:

* Saves the status of elements that a user has changed in "Move and Remove" mode so that when the user returns to the web page the elements are automatically moved or removed.
* Move and Remove History with Restore features.

HISTORY

7/30/2020 - Version 0.9.4 - Fixed bugs from recent Chrome updates that prevented Full version from loading alterations to a webpage. Also added "remove mode" options of "visibility: hidden" or "display: none". This can come in handy if a user needs to print a page but doesn't want to have advertisements or other unnecessary information take up space and use more paper. Also added button for "Reset all changes to this page".

12/5/2019 - Version 0.9.3 - Links on popup were going to the wrong page to purchase extension. Also one link was not opening because it did not have target="_blank". Fixed.

11/1/2018 - Version 0.9.2 - Updated the client_id for the license to work.

10/20/2018 - Version 0.9.1 - Added License.

10/19/2018 - Version 0.9.0 - HTML Element Mover And Remover Extension first release.                    

Extension Basic Information

Name HTML Element Mover And Remover HTML Element Mover And Remover
ID mbibbpbbmmiodhnilkfjllmocblllmmn
Official URL https://chromewebstore.google.com/detail/html-element-mover-and-re/mbibbpbbmmiodhnilkfjllmocblllmmn
Description Move HTML Elements freely on any website or remove elements that are blocking the main content.
File Size 36.68 KB
Installation Count 27
Current Version 0.9.4
Last Updated 2020-07-31
Publish Date 2019-12-09
Developer https://www.seabreezecomputers.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://seabreezecomputers.com/privacy.htm
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Element Mover And Remover",
    "short_name": "HTML Mover",
    "author": "Jeff Baker",
    "version": "0.9.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgQQRntELr3KY51vqFVEIyTffKh9xgKyzVS7NRbJtICKoUjA0qTvIQzn8L7TGszNzB54y9huiaP50X9MZjYhRvZl0zXwaI9awr10\/+NpbKG330syzf3tCGvfav7G80O5VoXa8ecryyc\/T2TKJvxiLxZgvpnXcDFOSG1pqe66KsEAPKAS29l4MnghYVd7qhjFeLHvfCkYwaYgnLBFzBvKd6ceszYfNvfSClRJCJPUgWPm0TP0fX54sA1yxBY\/EpBwJsM12TQ9BVX+7h3oKxTP4wnyDKHMEL3aUWNuEF9q24DO7p\/6Pploxju\/7Hw6u3\/rxBDHGY49hni8BsQdP7rI5uQIDAQAB",
    "description": "Move HTML Elements freely on any website or remove elements that are blocking the main content.",
    "icons": {
        "16": "images\/cursor-icons-move-16.png",
        "48": "images\/cursor-icons-move-48.png",
        "128": "images\/cursor-icons-move-128.png"
    },
    "permissions": [
        "http:\/\/www.seabreezecomputers.com\/",
        "https:\/\/www.seabreezecomputers.com\/",
        "http:\/\/192.168.1.5\/",
        "identity",
        "tabs",
        "storage",
        "activeTab",
        ""
    ],
    "oauth2": {
        "client_id": "585659578992-1q2c4eurkg5dmqv9c58cusle6ti6hfku.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/cursor-icons-move-38.png",
        "default_title": "HTML Element Mover and Remover",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "license.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "storage.js",
                "hemar.js"
            ],
            "css": [],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}