Dicky B

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'

Wat is Dicky B?

Dicky B is een Chrome-extensie ontwikkeld door Thorgi, en de belangrijkste functie is "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".

Download het CRX-bestand van de extensie Dicky B

Download Dicky B-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Serves to promote the glory that is Blake Bortles.

Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'                    

Basisinformatie over de Extensie

Naam Dicky B Dicky B
ID chmblekblbaeoekndhomhpfjhgjejhii
Officiële URL https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii
Beschrijving Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Bestandsgrootte 4.72 KB
Aantal Installaties 10
Huidige Versie 0.1
Laatst Bijgewerkt 2015-10-25
Publicatiedatum 2015-10-25
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Thorgi
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}