Pixels
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…
ما هو Pixels؟
Pixels هو إضافة Chrome تم تطويرها بواسطة Treehouse Tech Labs، والميزة الرئيسية لها هي "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pixels
قم بتنزيل ملفات الامتداد Pixels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring some of the images on a website. Pixels: (DblClk) Default Blur Website (Clk) Blur/UnBlur Note: Pixels is just one line of defense, keep your good guard up!
معلومات أساسية عن التمديد
الاسم | |
ID | fihbadnpinfemnkcmhmfelcafmmggbhk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pixels/fihbadnpinfemnkcmhmfelcafmmggbhk |
الوصف | Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring… |
حجم الملف | 43.81 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-07-05 |
تاريخ النشر | 2017-07-05 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Treehouse Tech Labs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixels", "version": "1.0.0", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "background": { "scripts": [ "event_h.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_title": "Pixels: (DblClk) Default Blur Website (Clk) Blur\/UnBlur ", "default_icon": "128.png", "name": "Pixels" }, "web_accessible_resources": [ "*.png" ], "manifest_version": 2 } |