Benedict Cumberbatch-inator

Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…

Vad är Benedict Cumberbatch-inator?

Benedict Cumberbatch-inator är en Chrome-tillägg utvecklad av gabefoad, och dess huvudfunktion är "Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…".

Ladda ner Benedict Cumberbatch-inator-förlängningens CRX-fil

Ladda ner Benedict Cumberbatch-inator-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

                        Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a lifelike name.                    

Grundläggande Information om Tillägg

Namn Benedict Cumberbatch-inator Benedict Cumberbatch-inator
ID ampoimiogjcflocfdikffpcpgongfkgh
Officiell webbadress https://chrome.google.com/webstore/detail/benedict-cumberbatch-inat/ampoimiogjcflocfdikffpcpgongfkgh
Beskrivning Everytime it sees the name 'Benedict Cumberbatch', it will replace it with a custom parody, composed of different parts to create a…
Filstorlek 4.99 KB
Antal Installationer 14
Aktuell Version 1.2.0
Senast Uppdaterad 2016-07-21
Publiceringsdatum 2016-07-21
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare gabefoad
Betalningssätt free
Stödda Språk en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Benedict Cumberbatch-inator",
    "manifest_version": 2,
    "version": "1.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "benedict.js"
            ],
            "run_at": "document_end"
        }
    ]
}