Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
Wat is Bumpercar Candysnatch?
Bumpercar Candysnatch is een Chrome-extensie ontwikkeld door Viktor Seč, en de belangrijkste functie is "Replaces Benedict Cumberbatch with silly names".
Extensie Screenshots
Download het CRX-bestand van de extensie Bumpercar Candysnatch
Download Bumpercar Candysnatch-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
Inspiration and original substitutions come from the following AskReddit thread: https://www.reddit.com/r/AskReddit/comments/5ccuwq/whats_your_best_approximation_of_benedict/ Source available on GitHub: https://github.com/viktorsec/bumpercar-candysnatch
Basisinformatie over de Extensie
Naam | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
Officiële URL | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
Beschrijving | Replaces Benedict Cumberbatch with silly names |
Bestandsgrootte | 5.02 KB |
Aantal Installaties | 41 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2016-11-12 |
Publicatiedatum | 2016-11-12 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Viktor Seč |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/viktorsec/bumpercar-candysnatch |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bumpercar Candysnatch", "description": "Replaces Benedict Cumberbatch with silly names", "version": "0.1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |