The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
Wat is The Fantastic Comic Sans MS Browser?
The Fantastic Comic Sans MS Browser is een Chrome-extensie ontwikkeld door Yannick.Armspach, en de belangrijkste functie is "Rot your browser with the Fantastic Comic Sans MS !".
Extensie Screenshots
Download het CRX-bestand van de extensie The Fantastic Comic Sans MS Browser
Download The Fantastic Comic Sans MS Browser-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
All the internet with the Fantastic Comic Sans MS font ! Basisinformatie over de Extensie
| Naam | |
| ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
| Officiële URL | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
| Beschrijving | Rot your browser with the Fantastic Comic Sans MS ! |
| Bestandsgrootte | 130 KB |
| Aantal Installaties | 201 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2012-12-12 |
| Publicatiedatum | 2012-12-12 |
| Beoordeling | 4.27/5 Totaal 22 Beoordelingen |
| Ontwikkelaar | Yannick.Armspach |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Fantastic Comic Sans MS Browser",
"version": "1.0.0",
"manifest_version": 2,
"description": "Rot your browser with the Fantastic Comic Sans MS !",
"homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
]
}
]
} | |