Images ON/OFF
Disable images on current site.
Images ON/OFFคืออะไร?
Images ON/OFF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Disable images on current site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Images ON/OFF
ดาวน์โหลดไฟล์ส่วนขยาย Images ON/OFF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this extension to disable/enable images on the current site. It's a simple switch: click to disable, click to enable. It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts. There are some options available, but basically, the extension does just that and nothing more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Images ON/OFF |
ID | nfmlhilnjccdggifdbhnhkffmjgalbgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg |
คำอธิบาย | Disable images on current site. |
ขนาดไฟล์ | 50.33 KB |
จำนวนการติดตั้ง | 29,934 |
เวอร์ชันปัจจุบัน | 2.3.1 |
อัปเดตครั้งล่าสุด | 2020-03-12 |
วันที่เผยแพร่ | 2020-03-12 |
คะแนน | 4.18/5 รวมทั้งหมด 97 คะแนน |
ผู้พัฒนา | https://singleclickapps.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://singleclickapps.com/images-on-off/ |
URL หน้านโยบายความเป็นส่วนตัว | https://singleclickapps.com/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Images ON\/OFF", "version": "2.3.1", "minimum_chrome_version": "16.0", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/images-on-off", "description": "Disable images on current site.", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "contentSettings", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "Images On\/Off" }, "incognito": "spanning", "background": { "page": "background.html" }, "options_page": "options.html" } |