Redacted

Redacted -

Redacted là gì?

Redacted là một tiện ích mở rộng Chrome được phát triển bởi https://jamestomasino.com, và tính năng chính của nó là "Redacted -".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redacted

Tải xuống các tệp mở rộng Redacted 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

                        Are you sick and tired of seeing a name, word, or phrase online? Facebook friends talking about your ex, too many politicians in your Twitter feed, totally over the that reality TV show? Redacted allows you to black-out words or phrases that bother you. Add as many phrases as you like and watch as your browser transforms.

Right click the icon and choose "options" to choose your phrases. Click the icon to toggle Redacted on/off.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redacted Redacted
ID bgfkfggjjpdconmpcdnenfffaeelhdom
URL Chính Thức https://chromewebstore.google.com/detail/redacted/bgfkfggjjpdconmpcdnenfffaeelhdom
Mô tả Redacted -
Kích Thước Tệp 59.78 KB
Số Lần Cài Đặt 378
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-03-06
Ngày Phát Hành 2016-03-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://jamestomasino.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jamestomasino/redacted
URL Trang Trợ Giúp https://github.com/jamestomasino/redacted/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "author": "James Tomasino",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Redacted",
        "default_icon": "icon128.png",
        "default_title": "Redacted"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Redacted - ",
    "homepage_url": "http:\/\/github.com\/jamestomasino\/redacted",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Redacted",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Redacted",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "fonts\/redacted-regular.eot",
        "fonts\/redacted-regular.svg",
        "fonts\/redacted-regular.ttf",
        "fonts\/redacted-regular.woff",
        "fonts\/redacted-regular.woff2"
    ]
}