Edited-for-TV-ifier

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

Edited-for-TV-ifierคืออะไร?

Edited-for-TV-ifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kidcompassion และคุณลักษณะหลักของมันคือ "The only Chrome Extension with the guts to clean up the internet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edited-for-TV-ifier

ดาวน์โหลดไฟล์ส่วนขยาย Edited-for-TV-ifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}