Extension Twitch Joy
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
Extension Twitch Joyとは何ですか?
Extension Twitch Joyはsheytan0110によって開発されたChromeの拡張機能で、その主な機能は「Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…」です。
拡張機能のスクリーンショット
Extension Twitch Joy拡張機能のCRXファイルをダウンロード
Extension Twitch Joy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv
Informations : L'extension comporte un signal sonore lors du lancement du live.
Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci
Des bisous à vous les doux 拡張機能の基本情報
| 名前 | |
| ID | oghhjloaokapcnhngmboafmgbaenfpof |
| 公式URL | https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof |
| 説明 | Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un… |
| ファイルサイズ | 4.04 MB |
| インストール数 | 11 |
| 現在のバージョン | 7.8.1 |
| 最終更新日 | 2024-02-15 |
| 公開日 | 2020-11-21 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | sheytan0110 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://joyintv.fr/ |
| プライバシーポリシーページのURL | http://sheytan0110.atwebpages.com/chartes.html |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Extension Twitch Joy",
"description": "",
"version": "7.8.1",
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "img\/logo.png",
"32": "img\/logo.png",
"48": "img\/logo.png",
"128": "img\/logo.png"
},
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options.html",
"browser_style": true,
"open_in_tab": false
},
"content_scripts": [
{
"js": [
"jquery-3.6.0.js",
"check.js"
],
"matches": [
"https:\/\/joyintv.fr\/*"
]
}
],
"host_permissions": [
"https:\/\/api.twitch.tv\/*"
],
"permissions": [
"storage",
"alarms"
]
} | |