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로 설정합니다. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |