Cyber to Wizard
Replaces the text 'cyber' with 'wizard'.
Wat is Cyber to Wizard?
Cyber to Wizard is een Chrome-extensie ontwikkeld door Will Oberndorfer, en de belangrijkste functie is "Replaces the text 'cyber' with 'wizard'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cyber to Wizard
Download Cyber to Wizard-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
Replaces 'cyber' with 'wizard'. They're the same thing, right? Basisinformatie over de Extensie
| Naam | |
| ID | ijefilfadoeifnioiaajdiioacmdebel |
| Officiële URL | https://chromewebstore.google.com/detail/cyber-to-wizard/ijefilfadoeifnioiaajdiioacmdebel |
| Beschrijving | Replaces the text 'cyber' with 'wizard'. |
| Bestandsgrootte | 3.36 KB |
| Aantal Installaties | 58 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-05-26 |
| Publicatiedatum | 2015-05-25 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Will Oberndorfer |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mancxvi/cyber-to-wizard |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cyber to Wizard",
"version": "1.0",
"description": "Replaces the text 'cyber' with 'wizard'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |