Displayer None
Remove the highest Z-Index one at a time
ما هو Displayer None؟
Displayer None هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Remove the highest Z-Index one at a time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Displayer None
قم بتنزيل ملفات الامتداد Displayer None بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Remove blocking layers / paywall prompts by changing the CSS of an element to hidden with a click.
Each time you click the icon the element with the highest Z-Index will be removed from the page معلومات أساسية عن التمديد
| الاسم | |
| ID | fognccpdledbhjeadojefhaejnkdclni |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/displayer-none/fognccpdledbhjeadojefhaejnkdclni |
| الوصف | Remove the highest Z-Index one at a time |
| حجم الملف | 63.5 KB |
| عدد التثبيتات | 18 |
| النسخة الحالية | 0.1.0 |
| آخر تحديث | 2019-09-07 |
| تاريخ النشر | 2019-09-03 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Displayer None",
"version": "0.1.0",
"description": "Remove the highest Z-Index one at a time",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "logo.png"
},
"icons": {
"128": "logo.png",
"16": "logo.png",
"48": "logo.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"content.js"
],
"matches": [
" | |