Mute Images for Google Plus
Mute (or make it fuzzy) images in stream in Google Plus
ما هو Mute Images for Google Plus؟
Mute Images for Google Plus هو إضافة Chrome تم تطويرها بواسطة ksaga، والميزة الرئيسية لها هي "Mute (or make it fuzzy) images in stream in Google Plus".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mute Images for Google Plus
قم بتنزيل ملفات الامتداد Mute Images for Google Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes images shrink and fuzzy in Google Plus stream. That helps to hide (or mute) NSFW images. This is a sort of safe-mode. Images are enlarged by mouse over on the image. Thumbnails for external site and movies are not included. You can make ON/OFF this functional with the checkbox in upper right corner (see screenshot).
معلومات أساسية عن التمديد
الاسم | |
ID | mjdmggnmdofbjjhopggndneamckcdmge |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mjdmggnmdofbjjhopggndneamckcdmge |
الوصف | Mute (or make it fuzzy) images in stream in Google Plus |
حجم الملف | 5.35 KB |
عدد التثبيتات | 12 |
النسخة الحالية | 1.1.7 |
آخر تحديث | 2015-11-19 |
تاريخ النشر | 2015-11-19 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | ksaga |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.7", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/*" ], "js": [ "main.js" ] } ] } |