Hide Images/Videos

This extension hides images and videos for less distractions.

ما هو Hide Images/Videos؟

Hide Images/Videos هو إضافة Chrome تم تطويرها بواسطة https://www.omarwheatley.com، والميزة الرئيسية لها هي "This extension hides images and videos for less distractions.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Hide Images/Videos

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

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

                        This extension let's you quickly and easily remove all images and videos. This allows for a distraction free website viewing experience. Configurable to hide either images or videos or both.

Just click the extension icon and instantly all media will be removed. Refresh the page to undo.                    

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

الاسم Hide Images/Videos Hide Images/Videos
ID idmcpoiccfmffdglijpiapgienjemppo
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo
الوصف This extension hides images and videos for less distractions.
حجم الملف 141 KB
عدد التثبيتات 2,812
النسخة الحالية 3.0.0
آخر تحديث 2021-12-20
تاريخ النشر 2016-01-24
تقييم 3.86/5 مجموع تقييمات 21
المطور https://www.omarwheatley.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://www.google.com/+OmarwApps
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Omar Wheatley",
    "background": {
        "service_worker": "myscript.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "description": "This extension hides images and videos for less distractions.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Hide Images\/Videos",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "short_name": "Hide Images",
    "version": "3.0.0"
}