ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

Was ist ClickHole - REVEAL ALL!?

ClickHole - REVEAL ALL! ist eine Chrome-Erweiterung, die von Benjamin Cohen entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button to ClickHole quizzes to reveal all the outcomes".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ClickHole - REVEAL ALL!-Erweiterungs-CRX-Datei herunterladen

Laden Sie ClickHole - REVEAL ALL!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ever take a ClickHole quiz and think 'boy, it'd sure be nice to see what the other answers are'?

WELL NOW YOU CAN! 

Life will finally make sense and your true path will be revealed.


Features:

 * Adds a 'Reveal Outcomes' button to all quizzes (ex: http://goo.gl/XjfnGQ)

 * Adds a 'Reveal Answers' button to any multiple-choice quizzes (ex: http://goo.gl/eMXJuN)

 * Totally optional! You can still take the quiz, and the reveal buttons can be triggered at any time, before or after.                    

Grundlegende Informationen zur Erweiterung

Name ClickHole - REVEAL ALL! ClickHole - REVEAL ALL!
ID kdckjndaofjnbdmfgddibepbidmjfflb
Offizielle URL https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb
Beschreibung Adds a button to ClickHole quizzes to reveal all the outcomes
Dateigröße 83.04 KB
Installationsanzahl 407
Aktuelle Version 1.0.0.1
Letztes Update 2015-12-08
Veröffentlichungsdatum 2015-12-08
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler Benjamin Cohen
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickHole - REVEAL ALL!",
    "short_name": "CH-REVEALALL",
    "description": "Adds a button to ClickHole quizzes to reveal all the outcomes",
    "version": "1.0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.clickhole.com\/quiz\/*"
            ],
            "css": [
                "css\/borrowed-clickhole.css"
            ],
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/reveal-all-script.js"
            ]
        }
    ],
    "author": "Benjamin Cohen ",
    "icons": {
        "48": "images\/clickhole-icon-sm.png",
        "128": "images\/clickhole-icon-md.png"
    }
}