Regawk

Make Fusion Gawker Again

什么是Regawk?

Regawk是由getmitchquick开发的Chrome扩展程序,该扩展的主要功能是“Make Fusion Gawker Again”。

扩展截图

screenshot

下载Regawk扩展crx文件

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

扩展使用说明

                        If you're nostalgic for the days before Gawker was bankrupted by a libertarian tech billionaire and a pro-wrestling figure from the 1980s, this extension will check if you're reading a Fusion piece by an old Gawker employee and load the good 'ol Gawker logo.

by twitter.com/said_mitch                    

扩展基本信息

名称 Regawk Regawk
ID bkgaadfllamopnpfcdengaikaambkecp
官方URL https://chromewebstore.google.com/detail/regawk/bkgaadfllamopnpfcdengaikaambkecp
简介 Make Fusion Gawker Again
文件大小 30.45 KB
安装次数 10
当前版本 0.2
更新时间 2017-04-14
上架时间 2017-04-14
开发者 getmitchquick
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Regawk",
    "description": "Make Fusion Gawker Again",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "content.js"
            ],
            "css": [
                "regawk.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}