It's Video Games
Replaces the text 'videogames' with 'video games' the way the author no doubt intended.
Wat is It's Video Games?
It's Video Games is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.".
Extensie Screenshots
Download het CRX-bestand van de extensie It's Video Games
Download It's Video Games-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
We all know 'video games' is properly spelled as two words. Some people just accidentally write it as if it's a compound word. This extension simply corrects that mistake for them, sparing you any uncomfortable discussions with your favorite web authors.
Basisinformatie over de Extensie
Naam | It's Video Games |
ID | bpljcfihdpogcmgmpboahejajkffhnfo |
Officiële URL | https://chromewebstore.google.com/detail/its-video-games/bpljcfihdpogcmgmpboahejajkffhnfo |
Beschrijving | Replaces the text 'videogames' with 'video games' the way the author no doubt intended. |
Bestandsgrootte | 8.29 KB |
Aantal Installaties | 80 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-07-15 |
Publicatiedatum | 2014-07-14 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/tabacco/its-video-games |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "It's Video Games", "version": "1.0.1", "description": "Replaces the text 'videogames' with 'video games' the way the author no doubt intended.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |