Dicky B
Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Qu'est-ce que Dicky B ?
Dicky B est une extension Chrome développée par Thorgi, et sa fonction principale est "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".
Télécharger le fichier CRX de l'extension Dicky B
Téléchargez les fichiers d'extension Dicky B au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Serves to promote the glory that is Blake Bortles. Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Informations de Base sur l'Extension
Nom | ![]() |
ID | chmblekblbaeoekndhomhpfjhgjejhii |
URL Officiel | https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii |
Description | Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles' |
Taille du Fichier | 4.72 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2015-10-25 |
Date de Publication | 2015-10-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Thorgi |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |