T-Rex Outrunner

Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.

What is T-Rex Outrunner?

T-Rex Outrunner is a Chrome extension developed by Unknown, and its main feature is "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".

Extension Screenshots

screenshot

Download T-Rex Outrunner Extension CRX File

Download T-Rex Outrunner 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

                        Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post: https://www.reddit.com/r/outrun/comments/8zq03l/c_h_r_o_m_e/

Works just like the stock offline page. Press Space up Up to jump, and press Down to duck.

Source code available at: https://bitbucket.org/pixelbath/t-rex-outrunner                    

Extension Basic Information

Name T-Rex Outrunner T-Rex Outrunner
ID ipaflcbenfmebafanoplpnieoaaiieon
Official URL https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon
Description Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
File Size 232 KB
Installation Count 1,132
Current Version 1
Last Updated 2018-07-19
Publish Date 2018-07-18
Rating 4.75/5 Total 8 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "T-Rex Outrunner",
    "description": "Replaces the new tab page with a custom Chrome disconnected page, inspired by an \/r\/outrun post.",
    "version": "1",
    "author": "Michael Hoskins",
    "browser_action": {
        "default_title": "Outrun",
        "default_icon": "assets\/icon-24x24.png"
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}