Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Cos'è Dicky B?
Dicky B è un'estensione di Chrome sviluppata da Thorgi, e la sua funzione principale è "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
Scarica il file CRX dell'estensione Dicky B
Scarica i file di estensione Dicky B in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
URL Ufficiale | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
Descrizione | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
Dimensione del File | 4.72 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-10-25 |
Data di Pubblicazione | 2015-10-25 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Thorgi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |