Dicky B

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

Vad är Dicky B?

Dicky B är en Chrome-tillägg utvecklad av Thorgi, och dess huvudfunktion är "Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'".

Ladda ner Dicky B-förlängningens CRX-fil

Ladda ner Dicky B-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Serves to promote the glory that is Blake Bortles.

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

Grundläggande Information om Tillägg

Namn Dicky B Dicky B
ID chmblekblbaeoekndhomhpfjhgjejhii
Officiell webbadress https://chrome.google.com/webstore/detail/dicky-b/chmblekblbaeoekndhomhpfjhgjejhii
Beskrivning Replaces all instances of 'Blake Bortles', 'Bortles', 'Warbortles', or 'BB5' with 'Big Dick Bortles'
Filstorlek 4.72 KB
Antal Installationer 10
Aktuell Version 0.1
Senast Uppdaterad 2015-10-25
Publiceringsdatum 2015-10-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Thorgi
Betalningssätt free
Stödda Språk 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"
        }
    ]
}