Image Hide
This extension hides images by right-clicking and selecting 'Image Hide'.
Image Hideคืออะไร?
Image Hide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rcanady และคุณลักษณะหลักของมันคือ "This extension hides images by right-clicking and selecting 'Image Hide'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Hide
ดาวน์โหลดไฟล์ส่วนขยาย Image Hide ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hides any unwanted images.
Updated 8/12/2018
- Now supports a wider array of images. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fghjkpciajcghipihonlffhbggjeejef |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-hide/fghjkpciajcghipihonlffhbggjeejef |
| คำอธิบาย | This extension hides images by right-clicking and selecting 'Image Hide'. |
| ขนาดไฟล์ | 1.39 MB |
| จำนวนการติดตั้ง | 263 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2018-08-12 |
| วันที่เผยแพร่ | 2018-08-12 |
| คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | rcanady |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Hide",
"description": "This extension hides images by right-clicking and selecting 'Image Hide'.",
"version": "1.1.0",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |