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”。
擴展截圖
下載Edited-for-TV-ifier擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | jabkjnfbhckinocelddncngiddokimkp |
官方網址 | 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" ] } |