snulife image viewer
Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
snulife image viewerคืออะไร?
snulife image viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย whositae และคุณลักษณะหลักของมันคือ "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย snulife image viewer
ดาวน์โหลดไฟล์ส่วนขยาย snulife image viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다. 사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | snulife image viewer |
ID | hlnjcdbleinpphgkhodeipfggpbebcfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa |
คำอธิบาย | Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only |
ขนาดไฟล์ | 3.25 KB |
จำนวนการติดตั้ง | 440 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2021-08-17 |
วันที่เผยแพร่ | 2020-12-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | whositae |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://devhead.co.kr |
ภาษาที่รองรับ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "snulife image viewer", "version": "0.3", "description": "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only", "icons": [], "content_scripts": [ { "matches": [ "https:\/\/snulife.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |