Trigger Warning
Temporarily blur video content on Netflix/HBO using one key.
ما هو Trigger Warning؟
Trigger Warning هو إضافة Chrome تم تطويرها بواسطة https://radeusgd.com، والميزة الرئيسية لها هي "Temporarily blur video content on Netflix/HBO using one key.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trigger Warning
قم بتنزيل ملفات الامتداد Trigger Warning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
TriggerWarning allows its users to temporarily blur the video content with a single key. It makes internet streaming services a safe place for everyone according to their own preferences. Simply press the selected button to avoid watching potentially distressing content. Adjust the blur level and decide whether you want to mute the sound or keep it. Enjoy the Spongebob Mode, which replaces the unwanted scenes with an amusing, joyful cartoon. TriggerWarning currently works on HBO GO and Netflix. This is a beta release, more features are planned for future versions. Feel free to contact us with feature suggestions and other feedback.
معلومات أساسية عن التمديد
الاسم | Trigger Warning |
ID | oikfpmlaiejmpdenclhgfcpchjhemnpj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trigger-warning/oikfpmlaiejmpdenclhgfcpchjhemnpj |
الوصف | Temporarily blur video content on Netflix/HBO using one key. |
حجم الملف | 46.91 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2018-10-06 |
تاريخ النشر | 2018-10-06 |
المطور | https://radeusgd.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trigger Warning", "short_name": "TriggerWarning", "version": "1.1.3", "description": "Temporarily blur video content on Netflix\/HBO using one key.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.hbogo.pl\/*", "https:\/\/hbogo.pl\/*", "https:\/\/*.netflix.com\/*", "https:\/\/netflix.com\/*" ], "css": [], "js": [ "jquery-3.3.1.min.js", "common.js", "mainContentScript.js" ] } ], "page_action": { "default_popup": "options.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |