snulife image viewer
Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
Vad är snulife image viewer?
snulife image viewer är en Chrome-tillägg utvecklad av whositae, och dess huvudfunktion är "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only".
Tilläggsskärmbilder
Ladda ner snulife image viewer-förlängningens CRX-fil
Ladda ner snulife image viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다.
사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다. Grundläggande Information om Tillägg
| Namn | |
| ID | hlnjcdbleinpphgkhodeipfggpbebcfa |
| Officiell webbadress | https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa |
| Beskrivning | Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only |
| Filstorlek | 3.25 KB |
| Antal Installationer | 440 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2021-08-17 |
| Publiceringsdatum | 2020-12-12 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | whositae |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | https://devhead.co.kr |
| Stödda Språk | 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"
}
]
} | |