snulife image viewer
Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
Wat is snulife image viewer?
snulife image viewer is een Chrome-extensie ontwikkeld door whositae, en de belangrijkste functie is "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only".
Extensie Screenshots
Download het CRX-bestand van de extensie snulife image viewer
Download snulife image viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다. 사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.
Basisinformatie over de Extensie
Naam | snulife image viewer |
ID | hlnjcdbleinpphgkhodeipfggpbebcfa |
Officiële URL | https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa |
Beschrijving | Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only |
Bestandsgrootte | 3.25 KB |
Aantal Installaties | 440 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2021-08-17 |
Publicatiedatum | 2020-12-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | whositae |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://devhead.co.kr |
Ondersteunde Talen | 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" } ] } |