EarMuffs
EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.
EarMuffs là gì?
EarMuffs là một tiện ích mở rộng Chrome được phát triển bởi designcouch, và tính năng chính của nó là "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EarMuffs
Tải xuống các tệp mở rộng EarMuffs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | EarMuffs |
ID | dpadaelgpnkkgkkjepdnibeehagbahmf |
URL Chính Thức | https://chromewebstore.google.com/detail/earmuffs/dpadaelgpnkkgkkjepdnibeehagbahmf |
Mô tả | EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language. |
Kích Thước Tệp | 118 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2014-09-04 |
Ngày Phát Hành | 2014-09-04 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | designcouch |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EarMuffs", "version": "0.1", "homepage_url": "http:\/\/www.designcouch.com", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "EarMuffs is a simple swear word filter. It uses a predefined profanity to keep the pages you view in Chrome free of dirty language.", "browser_action": { "name": "EarMuffs" }, "content_scripts": [ { "js": [ "jquery.min.js", "profanity.js" ], "css": [ "profanity.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |