Colossal Johnson
Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Apa itu Colossal Johnson?
Colossal Johnson adalah ekstensi Chrome yang dikembangkan oleh rblimey, dan fitur utamanya adalah "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Colossal Johnson
Unduh file ekstensi Colossal Johnson dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Colossal Johnson |
ID | eminkdpmfplencemneopjifiaehjaedc |
URL Resmi | https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc |
Deskripsi | Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'. |
Ukuran File | 43.03 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-06-01 |
Tanggal Publikasi | 2019-06-01 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | rblimey |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |