Puncinator
Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
什么是Puncinator?
Puncinator是由Chili Creative Solutions开发的Chrome扩展程序,该扩展的主要功能是“Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?”。
扩展截图
下载Puncinator扩展crx文件
下载Puncinator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms?
Then try this out:
Puncinator 扩展基本信息
| 名称 | |
| ID | lnkdhokcldefpagcodndlgpfglhkeeaf |
| 官方URL | https://chromewebstore.google.com/detail/puncinator/lnkdhokcldefpagcodndlgpfglhkeeaf |
| 简介 | Do you have a magical word to replace vagina or female genitals? Would you rather see your version instead of those awkward terms? |
| 文件大小 | 556 KB |
| 安装次数 | 24 |
| 当前版本 | 1.4 |
| 更新时间 | 2016-07-06 |
| 上架时间 | 2016-07-06 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Chili Creative Solutions |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,hu |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "1.4",
"description": "__MSG_extDescription__",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/bootstrap.js",
"js\/libs\/jquery.js",
"js\/libs\/jquery.highlight.js",
"js\/libs\/jquery.observe.js",
"js\/libs\/jquery.replacetext.js",
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"js\/bootstrap.js",
"index.js"
]
},
"browser_action": {
"default_title": "Set this page's color.",
"default_icon": "images\/icon-32.png",
"css": [
"css\/menuPanel.css"
],
"default_popup": "menuPanel.html"
},
"options_ui": {
"page": "settingsPanel.html",
"chrome_style": false,
"open_in_tab": false
},
"icons": {
"128": "images\/icon-128.png",
"64": "images\/icon-64.png",
"48": "images\/icon-48.png",
"32": "images\/icon-32.png"
},
"default_locale": "en"
} | |