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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows images in snulife.com correctly with referrer policy in 'no-referrer'. Applies to user-uploaded contents only"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में snulife image viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}