Swaggy [BETA] – more accessible Swagbucks

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

Swaggy [BETA] – more accessible Swagbucksとは何ですか?

Swaggy [BETA] – more accessible SwagbucksはPoziWorldによって開発されたChromeの拡張機能で、その主な機能は「Voice control for Swagbucks.com (unofficial). Accessibility-friendly」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Swaggy [BETA] – more accessible Swagbucks拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}