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 - это расширение Chrome, разработанное whositae, и его основная функция - "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения snulife image viewer

Скачайте файлы расширений snulife image viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название snulife image viewer snulife image viewer
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"
        }
    ]
}