Bumpercar Candysnatch
Replaces Benedict Cumberbatch with silly names
Hvad er Bumpercar Candysnatch?
Bumpercar Candysnatch er en Chrome-udvidelse udviklet af Viktor Seč, og dens hovedfunktion er "Replaces Benedict Cumberbatch with silly names".
Udvidelsesskærmbilleder
Download Bumpercar Candysnatch-udvidelses-CRX-fil
Download Bumpercar Candysnatch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gfgeflpiolnadakikfnhlmlmnbmadbaj |
Officiel URL | https://chromewebstore.google.com/detail/bumpercar-candysnatch/gfgeflpiolnadakikfnhlmlmnbmadbaj |
Beskrivelse | Replaces Benedict Cumberbatch with silly names |
Filstørrelse | 5.02 KB |
Antal Installationer | 41 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2016-11-12 |
Udgivelsesdato | 2016-11-12 |
Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
Udvikler | Viktor Seč |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/viktorsec/bumpercar-candysnatch |
Understøttede Sprog | 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" } ] } |