AKScripts

Various Scripts for Quizlet, Kahoot etc. More Coming Soon!

AKScriptsคืออะไร?

AKScripts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AK และคุณลักษณะหลักของมันคือ "Various Scripts for Quizlet, Kahoot etc. More Coming Soon!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AKScripts

ดาวน์โหลดไฟล์ส่วนขยาย AKScripts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AKScripts AKScripts
ID mbgahnddlcjjmkjeleplflmopmdaadef
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/akscripts/mbgahnddlcjjmkjeleplflmopmdaadef
คำอธิบาย Various Scripts for Quizlet, Kahoot etc. More Coming Soon!
ขนาดไฟล์ 2.4 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-11-09
วันที่เผยแพร่ 2020-11-05
คะแนน 1.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา AK
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://discord.gg/m78jEw8bWb
URL หน้านโยบายความเป็นส่วนตัว https://privacy.yousefak.com
ภาษาที่รองรับ 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"
}