AKScripts
Various Scripts for Quizlet, Kahoot etc. More Coming Soon!
Apa itu AKScripts?
AKScripts adalah ekstensi Chrome yang dikembangkan oleh AK, dan fitur utamanya adalah "Various Scripts for Quizlet, Kahoot etc. More Coming Soon!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AKScripts
Unduh file ekstensi AKScripts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | mbgahnddlcjjmkjeleplflmopmdaadef |
URL Resmi | https://chrome.google.com/webstore/detail/akscripts/mbgahnddlcjjmkjeleplflmopmdaadef |
Deskripsi | Various Scripts for Quizlet, Kahoot etc. More Coming Soon! |
Ukuran File | 2.4 MB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2020-11-09 |
Tanggal Publikasi | 2020-11-05 |
Penilaian | 1.92/5 Total 13 Penilaian |
Pengembang | AK |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://discord.gg/m78jEw8bWb |
URL Halaman Kebijakan Privasi | https://privacy.yousefak.com |
Bahasa yang Didukung | 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" } |