69 (Nice)
Changes 69 to 69(Nice), you know like the online joke
什么是69 (Nice)?
69 (Nice)是由Rob Clifford开发的Chrome扩展程序,该扩展的主要功能是“Changes 69 to 69(Nice), you know like the online joke”。
扩展截图
下载69 (Nice)扩展crx文件
下载69 (Nice)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You get it? Because it's like the funny number and that's what you say in response
扩展基本信息
名称 | |
ID | ekjmlbcoiklneoehliknaojhdmmhanik |
官方URL | https://chrome.google.com/webstore/detail/69-nice/ekjmlbcoiklneoehliknaojhdmmhanik |
简介 | Changes 69 to 69(Nice), you know like the online joke |
文件大小 | 3.61 KB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2019-09-05 |
上架时间 | 2019-09-03 |
评分 | 4.50/5 共2次评分 |
开发者 | Rob Clifford |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "69 (Nice)", "description": "Changes 69 to 69(Nice), you know like the online joke", "version": "1.0", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |