Khan Academy Hack

Khan Academy Hack Extension Used To View All Answers!

Khan Academy Hack क्या है?

Khan Academy Hack https://phantomgames.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Khan Academy Hack Extension Used To View All Answers!"।

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

screenshot

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

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

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

                        Introducing the Khan Academy Hack, an extension which shows you the answers to lessons and any type of quiz, its simplistic UI design lets you clearly see the answers to problems without having to actually do the problems and quizzes and waste your time. This extension works by grabbing the answers that are sent from the server and putting them on the awesome interface for you to see!

Note: The Khan Academy Hack will not work if you are already in a lesson and you choose to activate it, if you do you must reload the page and activate it then before you get into any lessons or quizzes. 

If you have any issues feel free to either contact us through email -> ([email protected]) or by discord -> (https://discord.gg/JCzaA5pqUw).                    

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

नाम Khan Academy Hack Khan Academy Hack
ID hajdfibhjapfjcoihgkfeldfihodjekk
आधिकारिक URL https://chromewebstore.google.com/detail/khan-academy-hack/hajdfibhjapfjcoihgkfeldfihodjekk
विवरण Khan Academy Hack Extension Used To View All Answers!
फ़ाइल का आकार 19.64 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2024-01-23
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर https://phantomgames.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Khan Academy Hack",
    "description": "Khan Academy Hack Extension Used To View All Answers!",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.khanacademy.org\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.khanacademy.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.khanacademy.org\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}