Colossal Johnson
Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
什么是Colossal Johnson?
Colossal Johnson是由rblimey开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.”。
扩展截图
下载Colossal Johnson扩展crx文件
下载Colossal Johnson扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces 'Boris Johnson' with something that seems more true-to-form. All credit for the word-swap code and inspiration goes to Eric Bailey https://github.com/ericwbailey/millennials-to-snake-people - I simply duplicated his work and changed a few words.
扩展基本信息
名称 | Colossal Johnson |
ID | eminkdpmfplencemneopjifiaehjaedc |
官方URL | https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc |
简介 | Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'. |
文件大小 | 43.03 KB |
安装次数 | 31 |
当前版本 | 1.2 |
更新时间 | 2019-06-01 |
上架时间 | 2019-06-01 |
评分 | 3.67/5 共3次评分 |
开发者 | rblimey |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colossal Johnson", "short_name": "BoPlo", "description": "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.", "author": "The English People", "version": "1.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |