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是由whositae開發的Chrome擴展程式,該擴展的主要功能是“Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only”。
擴展截圖
下載snulife image viewer擴展crx文件
下載snulife image viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다. 사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.
擴展基本資訊
名稱 | snulife image viewer |
ID | hlnjcdbleinpphgkhodeipfggpbebcfa |
官方網址 | 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" } ] } |