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”。
擴展截圖
下載Blurry - Blur unwanted content擴展crx文件
下載Blurry - Blur unwanted content擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bcbgcioblphgimgphgmjnkjcioagnppe |
官方網址 | 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": [ " |