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 |
| Eメール | [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"
}
]
} | |