Pixels

Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…

Pixels क्या है?

Pixels Treehouse Tech Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Because the internet is not always the friendliest of places for families, Pixels helps protect you and your family by blurring…"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Pixels एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!                    

एक्सटेंशन की मूल जानकारी

नाम Pixels Pixels
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
}