Edited-for-TV-ifier

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

Edited-for-TV-ifier란 무엇입니까?

Edited-for-TV-ifier은(는) kidcompassion에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The only Chrome Extension with the guts to clean up the internet"입니다.

확장 프로그램 스크린샷

screenshot

Edited-for-TV-ifier 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Edited-for-TV-ifier Edited-for-TV-ifier
ID jabkjnfbhckinocelddncngiddokimkp
공식 URL https://chrome.google.com/webstore/detail/edited-for-tv-ifier/jabkjnfbhckinocelddncngiddokimkp
설명 The only Chrome Extension with the guts to clean up the internet
파일 크기 7.58 KB
설치 횟수 11
현재 버전 0.1
최근 업데이트 2013-09-09
출시 날짜 2013-09-09
평점 4.00/5 총 1 개의 평점
개발자 kidcompassion
결제 유형 free
확장 프로그램 웹 사이트 http://sallypoulsen.com/edited-for-tv-ifier/
지원되는 언어 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"
    ]
}