Imageless

Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.

ما هو Imageless؟

Imageless هو إضافة Chrome تم تطويرها بواسطة omar.w.qureshi، والميزة الرئيسية لها هي "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Imageless

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

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

                        Imageless allows you to toggle image visibility on any webpage. Just press ESC to hide all the images and press '~' (tilde) to show images.                    

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

الاسم Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
الوصف Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
حجم الملف 36.47 KB
عدد التثبيتات 351
النسخة الحالية 1.1.2
آخر تحديث 2014-08-13
تاريخ النشر 2014-08-13
تقييم 3.90/5 مجموع تقييمات 10
المطور omar.w.qureshi
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://pixelblock.neocities.org
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imageless",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "description": "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "ld.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}