Swaggy [BETA] – more accessible Swagbucks

Voice control for Swagbucks.com (unofficial). Accessibility-friendly

Swaggy [BETA] – more accessible Swagbucksคืออะไร?

Swaggy [BETA] – more accessible Swagbucks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PoziWorld และคุณลักษณะหลักของมันคือ "Voice control for Swagbucks.com (unofficial). Accessibility-friendly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swaggy [BETA] – more accessible Swagbucks

ดาวน์โหลดไฟล์ส่วนขยาย Swaggy [BETA] – more accessible Swagbucks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Swaggy makes Swagbucks.com a little bit more accessible by letting you search, navigate, click, sort without looking for the corresponding buttons, links, toggles on a page.

How to activate:
– Install
– Go to a secure (https://) swagbucks.com page
– Click on microphone icon with “OFF” badge next to address bar
– Allow use of your microphone

. . . . . . .

Examples of what you can say:
https://github.com/PoziWorld/Swaggy#examples-of-what-you-can-say

Supported commands:
https://github.com/PoziWorld/Swaggy#supported-commands.

. . . . . . .

Privacy:

This extension does not read, change, store, or transmit any of your personal data (e.g., logins, passwords, messages, contacts) from any of the sites or your computer in absolutely any form.

Free open-source extension.

. . . . . . .

By installing the Swaggy, you agree to the Swaggy browser extension privacy policy (https://pozi.world/projects/swaggy/privacy/policy/) and Terms of Use (https://pozi.world/projects/swaggy/terms/list/). 

. . . . . . .

Swagbucks® trademark is the property of Prodege, LLC; all rights reserved. Not sponsored, endorsed, or administered by, or associated with Prodege, LLC.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Swaggy [BETA] – more accessible Swagbucks Swaggy [BETA] – more accessible Swagbucks
ID beblcchllamebejoakjbhhajpmlkjoaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swaggy-beta-%E2%80%93-more-access/beblcchllamebejoakjbhhajpmlkjoaf
คำอธิบาย Voice control for Swagbucks.com (unofficial). Accessibility-friendly
ขนาดไฟล์ 221 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-01-18
วันที่เผยแพร่ 2019-11-28
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา PoziWorld
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/PoziWorld/Swaggy
URL หน้าช่วยเหลือ https://goo.gl/forms/5eGwzGnhPOO6C3892
URL หน้านโยบายความเป็นส่วนตัว https://pozi.world/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en_US",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "icons\/swaggy-icon-16.png",
        "48": "icons\/swaggy-icon-48.png",
        "128": "icons\/swaggy-icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.swagbucks.com\/*"
    ],
    "background": {
        "scripts": [
            "commons.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.swagbucks.com\/*"
            ],
            "js": [
                "commons.js",
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.2.2",
    "author": "PoziWorld, Inc.",
    "homepage_url": "https:\/\/github.com\/PoziWorld\/Swaggy",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}