Flipside Cracker

Solves the weekly challenges released by Stanford Flipside with the click of a button!

What is Flipside Cracker?

Flipside Cracker is a Chrome extension developed by https://www.hacero.com, and its main feature is "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Extension Screenshots

screenshot

Download Flipside Cracker Extension CRX File

Download Flipside Cracker 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

                        An extension for Google Chrome that solves the weekly challenges released by The Stanford Flipside (TSF) with the click of a button!

Simply install the extension in your Chrome browser, navigate to any challenge listed on TSF's puzzle page (http://stanfordflipside.com/category/puzzles/) and click the extension button. Solutions will immediately show up under the puzzles.

Note: You can't win more than one shot glass through TSF's challenge. This extension is meant for the curious ones who are too busy with MATH 51 P-sets to solve brain teasers.                    

Extension Basic Information

Name Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
Official URL https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Description Solves the weekly challenges released by Stanford Flipside with the click of a button!
File Size 33.35 KB
Installation Count 13
Current Version 1.0.3
Last Updated 2014-03-11
Publish Date 2014-03-10
Developer https://www.hacero.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Flipside Cracker",
    "version": "1.0.3",
    "description": "Solves the weekly challenges released by Stanford Flipside with the click of a button!",
    "icons": {
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/stanfordflipside.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}