Canada, Eh?
eh eh eh?
Wat is Canada, Eh??
Canada, Eh? is een Chrome-extensie ontwikkeld door mguida22, en de belangrijkste functie is "eh eh eh?".
Extensie Screenshots
Download het CRX-bestand van de extensie Canada, Eh?
Download Canada, Eh?-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
                        Make the internet just a little bit more Canadian. "Canada, eh?" will give your web browsing a subtle Canadian side.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kffnckgilffngpffniaobbmeldmmgioh | 
| Officiële URL | https://chromewebstore.google.com/detail/canada-eh/kffnckgilffngpffniaobbmeldmmgioh | 
| Beschrijving | eh eh eh? | 
| Bestandsgrootte | 4.64 KB | 
| Aantal Installaties | 27 | 
| Huidige Versie | 1.1.1 | 
| Laatst Bijgewerkt | 2016-10-18 | 
| Publicatiedatum | 2016-10-18 | 
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | mguida22 | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/mguida22/canada-eh | 
| Help Pagina-URL | https://github.com/mguida22/canada-eh/issues | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canada, Eh?",
    "version": "1.1.1",
    "description": "eh eh eh?",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "canada-eh.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |