NOOT NOOT
Replaces swear words with NOOT NOOT.
什么是NOOT NOOT?
NOOT NOOT是由anodium开发的Chrome扩展程序,该扩展的主要功能是“Replaces swear words with NOOT NOOT.”。
扩展截图
下载NOOT NOOT扩展crx文件
下载NOOT NOOT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.
扩展基本信息
名称 | NOOT NOOT |
ID | pefpfonanmllmikkgkcibbmijobflocb |
官方URL | https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb |
简介 | Replaces swear words with NOOT NOOT. |
文件大小 | 22.27 KB |
安装次数 | 134 |
当前版本 | Chips Release |
更新时间 | 2016-09-13 |
上架时间 | 2016-09-13 |
评分 | 4.30/5 共20次评分 |
开发者 | anodium |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anodium/noot-noot |
帮助页面URL | https://github.com/anodium/noot-noot/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NOOT NOOT", "version": "1.1.0", "version_name": "Chips Release", "description": "Replaces swear words with NOOT NOOT.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Andrea Garcia", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "noot.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "swear.json" ] } |