Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Apa itu Dicky B?
Dicky B adalah ekstensi Chrome yang dikembangkan oleh Thorgi, dan fitur utamanya adalah "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
Unduh Berkas CRX Ekstensi Dicky B
Unduh file ekstensi Dicky B 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
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Informasi Dasar Ekstensi
Nama | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
URL Resmi | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
Deskripsi | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
Ukuran File | 4.72 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2015-10-25 |
Tanggal Publikasi | 2015-10-25 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Thorgi |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dicky B", "description": "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |