HTML Element Mover And Remover

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

HTML Element Mover And Remover क्या है?

HTML Element Mover And Remover https://www.seabreezecomputers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move HTML Elements freely on any website or remove elements that are blocking the main content."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML Element Mover And Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम HTML Element Mover And Remover HTML Element Mover And Remover
ID mbibbpbbmmiodhnilkfjllmocblllmmn
आधिकारिक URL https://chromewebstore.google.com/detail/html-element-mover-and-re/mbibbpbbmmiodhnilkfjllmocblllmmn
विवरण Move HTML Elements freely on any website or remove elements that are blocking the main content.
फ़ाइल का आकार 36.68 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.9.4
अंतिम अपडेट 2020-07-31
प्रकाशन तिथि 2019-12-09
डेवलपर https://www.seabreezecomputers.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://seabreezecomputers.com/privacy.htm
समर्थित भाषाएँ 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"
        }
    ]
}