HTML Element Mover And Remover

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

¿Qué es HTML Element Mover And Remover?

HTML Element Mover And Remover es una extensión de Chrome desarrollada por https://www.seabreezecomputers.com, y su función principal es "Move HTML Elements freely on any website or remove elements that are blocking the main content.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HTML Element Mover And Remover

Descarga archivos de extensión HTML Element Mover And Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HTML Element Mover And Remover HTML Element Mover And Remover
ID mbibbpbbmmiodhnilkfjllmocblllmmn
URL Oficial https://chromewebstore.google.com/detail/html-element-mover-and-re/mbibbpbbmmiodhnilkfjllmocblllmmn
Descripción Move HTML Elements freely on any website or remove elements that are blocking the main content.
Tamaño del Archivo 36.68 KB
Cantidad de Instalaciones 27
Versión Actual 0.9.4
Última Actualización 2020-07-31
Fecha de Publicación 2019-12-09
Desarrollador https://www.seabreezecomputers.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://seabreezecomputers.com/privacy.htm
Idiomas Soportados 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"
        }
    ]
}