ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

ClickHole - REVEAL ALL! क्या है?

ClickHole - REVEAL ALL! Benjamin Cohen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button to ClickHole quizzes to reveal all the outcomes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ClickHole - REVEAL ALL! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ClickHole - REVEAL ALL! ClickHole - REVEAL ALL!
ID kdckjndaofjnbdmfgddibepbidmjfflb
आधिकारिक URL https://chromewebstore.google.com/detail/clickhole-reveal-all/kdckjndaofjnbdmfgddibepbidmjfflb
विवरण Adds a button to ClickHole quizzes to reveal all the outcomes
फ़ाइल का आकार 83.04 KB
स्थापना संख्या 407
वर्तमान संस्करण 1.0.0.1
अंतिम अपडेट 2015-12-08
प्रकाशन तिथि 2015-12-08
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर Benjamin Cohen
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}