Flipside Cracker

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

Cos'è Flipside Cracker?

Flipside Cracker è un'estensione di Chrome sviluppata da https://www.hacero.com, e la sua funzione principale è "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flipside Cracker

Scarica i file di estensione Flipside Cracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
URL Ufficiale https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Descrizione Solves the weekly challenges released by Stanford Flipside with the click of a button!
Dimensione del File 33.35 KB
Conteggio Installazioni 13
Versione Corrente 1.0.3
Ultimo Aggiornamento 2014-03-11
Data di Pubblicazione 2014-03-10
Sviluppatore https://www.hacero.com
Tipo di Pagamento free
Lingue Supportate 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'"
}