HyperSEQTA
A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.
HyperSEQTAとは何ですか?
HyperSEQTAはhttps://crazypersonalph.comによって開発されたChromeの拡張機能で、その主な機能は「A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.」です。
拡張機能のスクリーンショット
HyperSEQTA拡張機能のCRXファイルをダウンロード
HyperSEQTA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://hyperseqta.crazypersonalph.com |
| プライバシーポリシーページのURL | 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": [
"*:\/\/*\/*"
]
}
]
} | |