AKScripts
Various Scripts for Quizlet, Kahoot etc. More Coming Soon!
What is AKScripts?
AKScripts is a Chrome extension developed by AK, and its main feature is "Various Scripts for Quizlet, Kahoot etc. More Coming Soon!".
Extension Screenshots
Download AKScripts Extension CRX File
Download AKScripts 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
Hacks for Quizlet, Shellshockers, Exam.net, Cookie Clicker and other websites coming soon. Join this Discord Server to request a new feature : https://discord.gg/m78jEw8bWb
Extension Basic Information
Name | |
ID | mbgahnddlcjjmkjeleplflmopmdaadef |
Official URL | https://chrome.google.com/webstore/detail/akscripts/mbgahnddlcjjmkjeleplflmopmdaadef |
Description | Various Scripts for Quizlet, Kahoot etc. More Coming Soon! |
File Size | 2.4 MB |
Installation Count | 1,000 |
Current Version | 1.4 |
Last Updated | 2020-11-09 |
Publish Date | 2020-11-05 |
Rating | 1.92/5 Total 13 Ratings |
Developer | AK |
[email protected] | |
Payment Type | free |
Help Page URL | https://discord.gg/m78jEw8bWb |
Privacy Policy Page URL | https://privacy.yousefak.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/code.jquery.com https:\/\/ssl.google-analytics.com https:\/\/cdn.jsdelivr.net\/gh\/AfroYousef\/JS-Plugins\/Shellshockers\/module.js 'sha256-XSFAmsQJYXWFQCIQkHyChYh2XBibIuQrf7Z7uxHctJg='; object-src 'self'", "description": "Various Scripts for Quizlet, Kahoot etc. More Coming Soon!", "icons": { "128": "images\/image128.png", "16": "images\/image16.png", "32": "images\/image32.png", "48": "images\/image48.png", "255": "images\/image255.png" }, "manifest_version": 2, "name": "AKScripts", "permissions": [ "activeTab", "declarativeContent", "storage", "tabs", "https:\/\/shellshock.io\/" ], "version": "1.4" } |