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