Blurry - Blur unwanted content

Blur content on any webpage with the customized blur level

Was ist Blurry - Blur unwanted content?

Blurry - Blur unwanted content ist eine Chrome-Erweiterung, die von Smile entwickelt wurde, und ihr Hauptmerkmal ist "Blur content on any webpage with the customized blur level".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Blurry - Blur unwanted content-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blurry - Blur unwanted content-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Blurry - Blur unwanted contents on any webpage with the customized blur level

Have you ever wanted to blur or delete any content on a webpage before sharing it with friends?
Have you ever felt tired of downloading and blurring some privacy content before printing from the webpage?
Have you ever ...

Blurry allows you to blur the contents on any webpage before do your things! The blur level can be adjusted and the setting will be saved across all active tabs. It also allows you to blur only the piece of content that you don't need it to show.

How would you do when you don't want the blur anymore? Do not worry, it has an option for that, one click and all blurry masks* will be removed from the webpage.

Doesn't it sound simple and make your life easier?

Please try it out and tell us how you feel 😉

-------------

* Blurry masks mean the ones created from the extension. The extension do not provide any options to modify the original content of webpages.

Note: WE WILL NOT COLLECT ANY USER DATA. YOU ARE NOT LOSING YOUR PRIVACY THROUGH BLURRY!                    

Grundlegende Informationen zur Erweiterung

Name Blurry - Blur unwanted content Blurry - Blur unwanted content
ID bcbgcioblphgimgphgmjnkjcioagnppe
Offizielle URL https://chromewebstore.google.com/detail/blurry-blur-unwanted-cont/bcbgcioblphgimgphgmjnkjcioagnppe
Beschreibung Blur content on any webpage with the customized blur level
Dateigröße 48.57 KB
Installationsanzahl 2,083
Aktuelle Version 0.0.5
Letztes Update 2020-09-27
Veröffentlichungsdatum 2020-09-26
Bewertung 3.86/5 Insgesamt 7 Bewertungen
Entwickler Smile
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://doubledudes.github.io/blurry/
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blurry - Blur unwanted content",
    "version": "0.0.5",
    "description": "Blur content on any webpage with the customized blur level",
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/blurry-icon-32.png",
            "48": "assets\/blurry-icon-48.png",
            "128": "assets\/blurry-icon-128.png"
        },
        "default_title": "Blurry - Blur unwanted content"
    },
    "icons": {
        "32": "assets\/blurry-icon-32.png",
        "48": "assets\/blurry-icon-48.png",
        "128": "assets\/blurry-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content.bundle.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "manifest_version": 2
}