Chrome Censored
Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
什麼是Chrome Censored?
Chrome Censored是由https://devinyoungweb.com開發的Chrome擴展程式,該擴展的主要功能是“Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.”。
擴展截圖
下載Chrome Censored擴展crx文件
下載Chrome Censored擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser. 擴展基本資訊
| 名稱 | |
| ID | bimpoihegbhelhdhbegiifeffngnmhdl |
| 官方網址 | https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl |
| 簡介 | Censors inappropriate words/terms on the interweb by filling them in with flowery replacements. |
| 檔案大小 | 20.91 KB |
| 安裝次數 | 83 |
| 目前版本 | 1.0 |
| 更新時間 | 2013-03-28 |
| 上架時間 | 2013-03-28 |
| 評分 | 2.50/5 共 6 次評分 |
| 開發者 | https://devinyoungweb.com |
| 付費類型 | free |
| 擴展官網 | http://devinyoungweb.com/chrome-censored/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chrome Censored",
"manifest_version": 2,
"version": "1.0",
"description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"censored.js"
],
"run_at": "document_end"
}
]
} | |