Blurry

Blur specific parts of web pages.

Blurry क्या है?

Blurry qdevtechnolab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blur specific parts of web pages."।

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

screenshot

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

crx प्रारूप में Blurry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Blur Text (Ctrl + B)
Want to add a touch of mystery to your words? Simply select the text you'd like to blur and press Ctrl + B. Watch as your text transforms into an intriguing, enigmatic element.

Highlight Text (Ctrl + Y)
Sometimes, you need to make certain words shine. Select your desired text and press Ctrl + Y to give it a vibrant highlight. Your message will leap off the screen.

Reset Blur (Extension Popup)
To clear all blur effects on the current tab's webpage, simply click the "Reset Blur" button in the extension popup. Your content will regain clarity.

Reset Highlight (Extension Popup)
Click the "Reset Highlight" button in the extension popup to remove all highlight effects from the current tab. Your text will return to its original state, free from distractions.

Effortless Effect Removal (Double Click)
Don't want a specific effect? A double-click on the affected text will instantly remove it, restoring the text's natural appearance.

Bulk Effect Removal (Alt + C)
Managing multiple lines of text with various effects is a breeze. Select the text area and press Alt + C to remove all effects, ensuring your content remains crisp and clean.

Remove All Effects (Alt + R)
Need a clean slate? Press Alt + R to remove all text effects, including both blur and highlights, from your current browser window. Start fresh with a click.                    

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

नाम Blurry Blurry
ID fincjmjggckagpbloclfjhbgmoinheff
आधिकारिक URL https://chromewebstore.google.com/detail/blurry/fincjmjggckagpbloclfjhbgmoinheff
विवरण Blur specific parts of web pages.
फ़ाइल का आकार 26.16 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-09-16
प्रकाशन तिथि 2023-09-14
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर qdevtechnolab
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qdevtechnolab.com
सहायता पृष्ठ URL https://www.qdevtechnolab.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Blurry",
    "version": "1.0",
    "description": "Blur specific parts of web pages.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}