Skyward to Skynet

This extension will make Skyward say Skynet

What is Skyward to Skynet?

Skyward to Skynet is a Chrome extension developed by Sam Futch, and its main feature is "This extension will make Skyward say Skynet".

Extension Screenshots

screenshot

Download Skyward to Skynet Extension CRX File

Download Skyward to Skynet 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

                        Changes the word Skynet to Skyward. Nothing more, nothing less. Enjoy                    

Extension Basic Information

Name Skyward to Skynet Skyward to Skynet
ID gbpfpamgimpflmmhgglnaggfjedgocpf
Official URL https://chromewebstore.google.com/detail/skyward-to-skynet/gbpfpamgimpflmmhgglnaggfjedgocpf
Description This extension will make Skyward say Skynet
File Size 3.51 KB
Installation Count 14
Current Version 0.1
Last Updated 2017-07-06
Publish Date 2017-07-06
Rating 5.00/5 Total 2 Ratings
Developer Sam Futch
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skyward to Skynet",
    "description": "This extension will make Skyward say Skynet",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}