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
官方網址 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"
    }
}