snulife image viewer

Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only

Co to jest snulife image viewer?

snulife image viewer to rozszerzenie Chrome opracowane przez whositae, a jego główną funkcją jest „Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia snulife image viewer

Pobierz pliki rozszerzeń snulife image viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다.
사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.                    

Podstawowe informacje o rozszerzeniu

Nazwa snulife image viewer snulife image viewer
ID hlnjcdbleinpphgkhodeipfggpbebcfa
Oficjalny URL https://chromewebstore.google.com/detail/snulife-image-viewer/hlnjcdbleinpphgkhodeipfggpbebcfa
Opis Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only
Rozmiar pliku 3.25 KB
Liczba instalacji 440
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2021-08-17
Data Publikacji 2020-12-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper whositae
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://devhead.co.kr
Obsługiwane Języki 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"
        }
    ]
}