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 هو إضافة Chrome تم تطويرها بواسطة https://www.seabreezecomputers.com، والميزة الرئيسية لها هي "Move HTML Elements freely on any website or remove elements that are blocking the main content.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HTML Element Mover And Remover

قم بتنزيل ملفات الامتداد HTML Element Mover And Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
        }
    ]
}