ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

Wat is ClickHole - REVEAL ALL!?

ClickHole - REVEAL ALL! is een Chrome-extensie ontwikkeld door Benjamin Cohen, en de belangrijkste functie is "Adds a button to ClickHole quizzes to reveal all the outcomes".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ClickHole - REVEAL ALL!

Download ClickHole - REVEAL ALL!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ClickHole - REVEAL ALL! ClickHole - REVEAL ALL!
ID kdckjndaofjnbdmfgddibepbidmjfflb
Officiële URL https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb
Beschrijving Adds a button to ClickHole quizzes to reveal all the outcomes
Bestandsgrootte 83.04 KB
Aantal Installaties 407
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2015-12-08
Publicatiedatum 2015-12-08
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Benjamin Cohen
Betalingswijze free
Ondersteunde Talen 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"
    }
}