Content Censor
Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.
什麼是Content Censor?
Content Censor是由Content Censor Developer開發的Chrome擴展程式,該擴展的主要功能是“Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.”。
擴展截圖
下載Content Censor擴展crx文件
下載Content Censor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome extension will replace all references of certain unpleasant words (which you specify) on websites you visit to other, more humorous (and definitely more childish) words! By default, Content Censor: - Replaces 'iPhone' with 'Abortion'. - Replaces 'republican' with 'pervert'. - Replaces 'tea party' with 'rape philosophy party'. - Replace 'GOP' with 'CUNT'. Definitely a must-have for any left-leaning Android platform aficionados with the intellectual maturity of a 10 year old. NEW in 2.0! Set up your own words to replace! Tired of reading about disease and famine? Sick of the deluge of death news out of Hollywood? Ignore it with something funner! Now in Content Censor 2.0! Confuse and frighten your friends! Make your daily tech blog funnier to read! OFFEND PEOPLE YOU CARE ABOUT WHO ARE IN THE SAME ROOM!
擴展基本資訊
名稱 | |
ID | iaijmkccajdcoanhapmfihooogolkggi |
官方網址 | https://chrome.google.com/webstore/detail/content-censor/iaijmkccajdcoanhapmfihooogolkggi |
簡介 | Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable. |
檔案大小 | 37.61 KB |
安裝次數 | 19 |
目前版本 | 2.0.2 |
更新時間 | 2015-11-18 |
上架時間 | 2015-11-18 |
評分 | 3.00/5 共 6 次評分 |
開發者 | Content Censor Developer |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Content Censor", "author": "Content Censor Developer", "description": "Changes web pages with unpleasant things to less unpleasant things in the most childish manner imaginable.", "version": "2.0.2", "icons": { "48": "contentcensor48.png", "128": "contentcensor128.png" }, "browser_action": { "default_icon": "contentcensor48.png", "default_popup": "index.htm" }, "background": { "scripts": [ "eventPages.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "popup.js" ] } ], "permissions": [ "storage" ] } |