IP Extender
Replaces the text 'IP' with 'immense penis' because that's way better.
什么是IP Extender?
IP Extender是由nels.anderson开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'IP' with 'immense penis' because that's way better.”。
扩展截图
下载IP Extender扩展crx文件
下载IP Extender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces the text "IP" with "immense penis" because that's much better. The term "IP" as short for "intellectual property" is gross business jargon that has totally oversaturated writing about games. So better to make it about dong instead!
扩展基本信息
名称 | |
ID | pibdjdcbjgediflmfgkjmkmghlkhfmdl |
官方URL | https://chrome.google.com/webstore/detail/ip-extender/pibdjdcbjgediflmfgkjmkmghlkhfmdl |
简介 | Replaces the text 'IP' with 'immense penis' because that's way better. |
文件大小 | 9.04 KB |
安装次数 | 154 |
当前版本 | 1.4 |
更新时间 | 2023-12-13 |
上架时间 | 2018-06-12 |
评分 | 4.50/5 共24次评分 |
开发者 | nels.anderson |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "IP Extender", "version": "1.4", "description": "Replaces the text 'IP' with 'immense penis' because that's way better.", "icons": { "16": "iplogo16.png", "48": "iplogo48.png", "128": "iplogo128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |