Fallout Terminal Reddit

Style reddit.com to look like a fallout terminal

什么是Fallout Terminal Reddit?

Fallout Terminal Reddit是由JEF Diaz开发的Chrome扩展程序,该扩展的主要功能是“Style reddit.com to look like a fallout terminal”。

扩展截图

screenshot

下载Fallout Terminal Reddit扩展crx文件

下载Fallout Terminal Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Fallout Terminal Reddit Fallout Terminal Reddit
ID nichhkgmpcconibmglcaebofnljlkjhm
官方URL https://chromewebstore.google.com/detail/fallout-terminal-reddit/nichhkgmpcconibmglcaebofnljlkjhm
简介 Style reddit.com to look like a fallout terminal
文件大小 150 KB
安装次数 182
当前版本 0.5.1
更新时间 2015-11-10
上架时间 2015-11-09
评分 3.31/5 共16次评分
开发者 JEF Diaz
付费类型 free
支持的语言 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"
        }
    ]
}