Spelltable Spectator
This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator
ما هو Spelltable Spectator؟
Spelltable Spectator هو إضافة Chrome تم تطويرها بواسطة 13kevlop، والميزة الرئيسية لها هي "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spelltable Spectator
قم بتنزيل ملفات الامتداد Spelltable Spectator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator معلومات أساسية عن التمديد
| الاسم | |
| ID | gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/spelltable-spectator/gibfelmjecbkbdkkgbgnknnfplmhdcmn |
| الوصف | This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator |
| حجم الملف | 93.07 KB |
| عدد التثبيتات | 353 |
| النسخة الحالية | 0.1.0 |
| آخر تحديث | 2023-02-27 |
| تاريخ النشر | 2023-01-21 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | 13kevlop |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Spelltable Spectator",
"version": "0.1.0",
"description": "This extension adds a button to the pre-game page that takes you to the page that allows you to join the lobby as a spectator",
"icons": {
"16": "magnifying-glass.png",
"32": "magnifying-glass.png",
"48": "magnifying-glass.png",
"128": "magnifying-glass.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/spelltable.wizards.com\/*"
],
"css": [
"styles.css"
],
"js": [
"app.js"
]
}
]
} | |