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. 擴展基本資訊
| 名稱 | |
| ID | eminkdpmfplencemneopjifiaehjaedc |
| 官方網址 | 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"
}
]
} | |