Delete Elements
Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!
ما هو Delete Elements؟
Delete Elements هو إضافة Chrome تم تطويرها بواسطة Kira L، والميزة الرئيسية لها هي "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Delete Elements
قم بتنزيل ملفات الامتداد Delete Elements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
My chrome extension allows you to delete any element that you don't want to see on a website using alt+click. After installing this extension, you can focus on the content of a website, instead of the navigation bars, side-bars, and unwanted images. Enjoy!
معلومات أساسية عن التمديد
الاسم | Delete Elements |
ID | egaeolhpclgmcegebneaibocfffkgode |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/delete-elements/egaeolhpclgmcegebneaibocfffkgode |
الوصف | Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see! |
حجم الملف | 7.14 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-09-11 |
تاريخ النشر | 2020-09-11 |
المطور | Kira L |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://kiraprograms.com |
عنوان صفحة المساعدة | http://kiraprograms.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Delete Elements", "version": "1.0", "description": "Alt+click an element to delete it. You can remove pop ups, headers, or anything else on a website that you don't want to see!", "permissions": [], "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "add_to_website.js" ] } ], "manifest_version": 2 } |