HTML Element Mover And Remover

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

Wat is HTML Element Mover And Remover?

HTML Element Mover And Remover is een Chrome-extensie ontwikkeld door https://www.seabreezecomputers.com, en de belangrijkste functie is "Move HTML Elements freely on any website or remove elements that are blocking the main content.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HTML Element Mover And Remover

Download HTML Element Mover And Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HTML Element Mover And Remover HTML Element Mover And Remover
ID mbibbpbbmmiodhnilkfjllmocblllmmn
Officiële URL https://chromewebstore.google.com/detail/html-element-mover-and-re/mbibbpbbmmiodhnilkfjllmocblllmmn
Beschrijving Move HTML Elements freely on any website or remove elements that are blocking the main content.
Bestandsgrootte 36.68 KB
Aantal Installaties 27
Huidige Versie 0.9.4
Laatst Bijgewerkt 2020-07-31
Publicatiedatum 2019-12-09
Ontwikkelaar https://www.seabreezecomputers.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://seabreezecomputers.com/privacy.htm
Ondersteunde Talen 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"
        }
    ]
}