Blurry - Blur unwanted content

Blur content on any webpage with the customized blur level

Blurry - Blur unwanted content란 무엇입니까?

Blurry - Blur unwanted content은(는) Smile에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blur content on any webpage with the customized blur level"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Blurry - Blur unwanted content 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Blurry - Blur unwanted content Blurry - Blur unwanted content
ID bcbgcioblphgimgphgmjnkjcioagnppe
공식 URL https://chromewebstore.google.com/detail/blurry-blur-unwanted-cont/bcbgcioblphgimgphgmjnkjcioagnppe
설명 Blur content on any webpage with the customized blur level
파일 크기 48.57 KB
설치 횟수 2,083
현재 버전 0.0.5
최근 업데이트 2020-09-27
출시 날짜 2020-09-26
평점 3.86/5 총 7 개의 평점
개발자 Smile
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://doubledudes.github.io/blurry/
지원되는 언어 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
}