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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}