Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Hvad er Dicky B?
Dicky B er en Chrome-udvidelse udviklet af Thorgi, og dens hovedfunktion er "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
Download Dicky B-udvidelses-CRX-fil
Download Dicky B-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
Officiel URL | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
Beskrivelse | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
Filstørrelse | 4.72 KB |
Antal Installationer | 10 |
Nuværende Version | 0.1 |
Senest Opdateret | 2015-10-25 |
Udgivelsesdato | 2015-10-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Thorgi |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |