Edited-for-TV-ifier

The only Chrome Extension with the guts to clean up the internet

Edited-for-TV-ifier là gì?

Edited-for-TV-ifier là một tiện ích mở rộng Chrome được phát triển bởi kidcompassion, và tính năng chính của nó là "The only Chrome Extension with the guts to clean up the internet".

Ả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 Edited-for-TV-ifier

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

                        This application filters through the contents of a page and swaps out curse words for cleaned-up version, like you might see in a film that's been edited for TV.                    

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

Tên Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
URL Chính Thức https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
Mô tả The only Chrome Extension with the guts to clean up the internet
Kích Thước Tệp 7.58 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-09-09
Ngày Phát Hành 2013-09-09
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kidcompassion
Loại Thanh Toán free
Trang Web Mở Rộng http://sallypoulsen.com/edited-for-tv-ifier/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edited-for-TV-ifier",
    "version": "0.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "description": "The only Chrome Extension with the guts to clean up the internet",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "background.js"
    ]
}