ClickHole - REVEAL ALL!
Adds a button to ClickHole quizzes to reveal all the outcomes
¿Qué es ClickHole - REVEAL ALL!?
ClickHole - REVEAL ALL! es una extensión de Chrome desarrollada por Benjamin Cohen, y su función principal es "Adds a button to ClickHole quizzes to reveal all the outcomes".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ClickHole - REVEAL ALL!
Descarga archivos de extensión ClickHole - REVEAL ALL! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ClickHole - REVEAL ALL! |
ID | kdckjndaofjnbdmfgddibepbidmjfflb |
URL Oficial | https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb |
Descripción | Adds a button to ClickHole quizzes to reveal all the outcomes |
Tamaño del Archivo | 83.04 KB |
Cantidad de Instalaciones | 407 |
Versión Actual | 1.0.0.1 |
Última Actualización | 2015-12-08 |
Fecha de Publicación | 2015-12-08 |
Calificación | 3.33/5 Total de 3 Calificaciones |
Desarrollador | Benjamin Cohen |
Tipo de Pago | free |
Idiomas Soportados | 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 |