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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة snulife image viewer
قم بتنزيل ملفات الامتداد snulife image viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
snulife.com에서 외부 이미지가 보이지 않는 현상을 해결합니다. 사용자가 올린 컨텐츠 img 태그에 referrerpolicy attribute를 no-referrer로 설정합니다.
معلومات أساسية عن التمديد
الاسم | 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 |
عنوان صفحة المساعدة | 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" } ] } |