snulife image viewer
Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
What is snulife image viewer?
snulife image viewer is a Chrome extension developed by whositae, and its main feature is "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only".
Extension Screenshots
Download snulife image viewer Extension CRX File
Download snulife image viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다. 사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.
Extension Basic Information
Name | snulife image viewer |
ID | hlnjcdbleinpphgkhodeipfggpbebcfa |
Official URL | https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa |
Description | Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only |
File Size | 3.25 KB |
Installation Count | 440 |
Current Version | 0.3 |
Last Updated | 2021-08-17 |
Publish Date | 2020-12-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | whositae |
[email protected] | |
Payment Type | free |
Help Page URL | https://devhead.co.kr |
Supported Languages | 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" } ] } |