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