Fallout Terminal Reddit
Style reddit.com to look like a fallout terminal
Wat is Fallout Terminal Reddit?
Fallout Terminal Reddit is een Chrome-extensie ontwikkeld door JEF Diaz, en de belangrijkste functie is "Style reddit.com to look like a fallout terminal".
Extensie Screenshots
Download het CRX-bestand van de extensie Fallout Terminal Reddit
Download Fallout Terminal Reddit-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
                                             Basisinformatie over de Extensie
| Naam |   |  
| ID | nichhkgmpcconibmglcaebofnljlkjhm | 
| Officiële URL | https://chromewebstore.google.com/detail/fallout-terminal-reddit/nichhkgmpcconibmglcaebofnljlkjhm | 
| Beschrijving | Style reddit.com to look like a fallout terminal | 
| Bestandsgrootte | 150 KB | 
| Aantal Installaties | 182 | 
| Huidige Versie | 0.5.1 | 
| Laatst Bijgewerkt | 2015-11-10 | 
| Publicatiedatum | 2015-11-09 | 
| Beoordeling | 3.31/5 Totaal 16 Beoordelingen | 
| Ontwikkelaar | JEF Diaz | 
| Betalingswijze | free | 
| Ondersteunde Talen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fallout Terminal Reddit",
    "description": "Style reddit.com to look like a fallout terminal",
    "version": "0.5.1",
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/",
                "https:\/\/*.reddit.com\/",
                "http:\/\/*.reddit.com\/?*",
                "https:\/\/*.reddit.com\/?*"
            ],
            "js": [
                "fallout.js"
            ],
            "css": [
                "fallout.css"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |