Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Was ist Dicky B?
Dicky B ist eine Chrome-Erweiterung, die von Thorgi entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
Dicky B-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dicky B-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
Offizielle URL | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
Beschreibung | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
Dateigröße | 4.72 KB |
Installationsanzahl | 10 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-10-25 |
Veröffentlichungsdatum | 2015-10-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Thorgi |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |