HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
ما هو HyperSEQTA؟
HyperSEQTA هو إضافة Chrome تم تطويرها بواسطة https://crazypersonalph.com، والميزة الرئيسية لها هي "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HyperSEQTA
قم بتنزيل ملفات الامتداد HyperSEQTA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The new and improved fork of BetterSEQTA, with bugfixes and style updates. معلومات أساسية عن التمديد
| الاسم | |
| ID | hnbneadgjmefpddchlhefgbkkfbhdebl |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/hyperseqta/hnbneadgjmefpddchlhefgbkkfbhdebl |
| الوصف | A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn. |
| حجم الملف | 611 KB |
| عدد التثبيتات | 72 |
| النسخة الحالية | 2.1.0 |
| آخر تحديث | 2023-11-27 |
| تاريخ النشر | 2023-09-09 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | https://crazypersonalph.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://hyperseqta.crazypersonalph.com |
| عنوان صفحة سياسة الخصوصية | https://hyperseqta.crazypersonalph.com/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HyperSEQTA",
"version": "2.1.0",
"description": "A dark-themed Firefox\/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.",
"icons": {
"48": "icons\/icon-48.png"
},
"action": {
"browser_style": true,
"default_popup": "popup\/info.html",
"default_icon": {
"32": "icons\/icon-32.png",
"64": "icons\/icon-64.png"
}
},
"permissions": [
"tabs",
"notifications",
"storage"
],
"host_permissions": [
"https:\/\/newsapi.org\/",
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"optional_permissions": [
"declarativeContent"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.edu.au\/*"
],
"js": [
"seqta.js",
"browser-polyfill.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"popup\/*"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"images\/*"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"inject\/*"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"popup\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
} | |