AKScripts
Various Scripts for Quizlet, Kahoot etc. More Coming Soon!
AKScriptsとは何ですか?
AKScriptsはAKによって開発されたChromeの拡張機能で、その主な機能は「Various Scripts for Quizlet, Kahoot etc. More Coming Soon!」です。
拡張機能のスクリーンショット
AKScripts拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |