Remove Element From Dom

Easily remove elements from the current page's DOM including tags, ids and classes.

ما هو Remove Element From Dom؟

Remove Element From Dom هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Easily remove elements from the current page's DOM including tags, ids and classes.".

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

screenshot

تحميل ملف CRX للإضافة Remove Element From Dom

قم بتنزيل ملفات الامتداد Remove Element From Dom بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simply type in the element of choice to remove, the amount and watch as that element magically deletes!

Quickly view how a page would look with certain content removed.                    

معلومات أساسية عن التمديد

الاسم Remove Element From Dom Remove Element From Dom
ID hjjifmiafeghanhanhpjgbbcnbbgeflc
عنوان URL الرسمي https://chromewebstore.google.com/detail/remove-element-from-dom/hjjifmiafeghanhanhpjgbbcnbbgeflc
الوصف Easily remove elements from the current page's DOM including tags, ids and classes.
حجم الملف 40.78 KB
عدد التثبيتات 109
النسخة الحالية 1.0
آخر تحديث 2017-05-03
تاريخ النشر 2017-05-03
تقييم 3.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/jwatson4115/remove-from-dom
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Element From Dom",
    "description": "Easily remove elements from the current page's DOM including tags, ids and classes.",
    "version": "1.0",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    }
}