Castle Crowd

Crowd sourced Castle Learning answers

What is Castle Crowd?

Castle Crowd is a Chrome extension developed by b3zman41, and its main feature is "Crowd sourced Castle Learning answers".

Extension Screenshots

screenshot

Download Castle Crowd Extension CRX File

Download Castle Crowd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TL;DR : If someone else has answered a question on castle learning, you will be able to get that answer.

Other people answer, sends to my server, you pull that answer if it exists on server.                    

Extension Basic Information

Name Castle Crowd Castle Crowd
ID emgljeihdnlgmdaldbhdpggbdogdjbdh
Official URL https://chromewebstore.google.com/detail/castle-crowd/emgljeihdnlgmdaldbhdpggbdogdjbdh
Description Crowd sourced Castle Learning answers
File Size 146 KB
Installation Count 320
Current Version 0.0.5
Last Updated 2016-02-14
Publish Date 2016-02-14
Rating 2.38/5 Total 13 Ratings
Developer b3zman41
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Castle Crowd",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Crowd sourced Castle Learning answers",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.castlelearning.com\/Review\/CLO\/Student\/Assignment\/Questions*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.html"
    ],
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "background\/background.js"
        ],
        "persistent": false
    }
}