Regawk
Make Fusion Gawker Again
What is Regawk?
Regawk is a Chrome extension developed by getmitchquick, and its main feature is "Make Fusion Gawker Again".
Extension Screenshots
Download Regawk Extension CRX File
Download Regawk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | bkgaadfllamopnpfcdengaikaambkecp |
Official URL | https://chromewebstore.google.com/detail/regawk/bkgaadfllamopnpfcdengaikaambkecp |
Description | Make Fusion Gawker Again |
File Size | 30.45 KB |
Installation Count | 10 |
Current Version | 0.2 |
Last Updated | 2017-04-14 |
Publish Date | 2017-04-14 |
Developer | getmitchquick |
Payment Type | free |
Supported Languages | 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" } } |