Flipside Cracker

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

Qu'est-ce que Flipside Cracker ?

Flipside Cracker est une extension Chrome développée par https://www.hacero.com, et sa fonction principale est "Solves the weekly challenges released by Stanford Flipside with the click of a button!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flipside Cracker

Téléchargez les fichiers d'extension Flipside Cracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flipside Cracker Flipside Cracker
ID ackdccicagmfbejojcgknoffhocgcdfe
URL Officiel https://chromewebstore.google.com/detail/flipside-cracker/ackdccicagmfbejojcgknoffhocgcdfe
Description Solves the weekly challenges released by Stanford Flipside with the click of a button!
Taille du Fichier 33.35 KB
Nombre d'Installations 13
Version Actuelle 1.0.3
Dernière Mise à Jour 2014-03-11
Date de Publication 2014-03-10
Développeur https://www.hacero.com
Type de Paiement free
Langues Prises en Charge 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'"
}