Woffu
Woffu Web Extension
Woffuとは何ですか?
WoffuはWoffuによって開発されたChromeの拡張機能で、その主な機能は「Woffu Web Extension」です。
拡張機能のスクリーンショット
Woffu拡張機能のCRXファイルをダウンロード
Woffu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Ficha en un click, sin necesidad de acceder a Woffu.
Gestiona tus entradas y salidas sin cambiar de contexto ni abrir una nueva pestaña del navegador.                     拡張機能の基本情報
| 名前 |   |  
| ID | aacfgkcegpbinhmabgebljdfknopmjoo | 
| 公式URL | https://chromewebstore.google.com/detail/woffu/aacfgkcegpbinhmabgebljdfknopmjoo | 
| 説明 | Woffu Web Extension | 
| ファイルサイズ | 3.21 MB | 
| インストール数 | 6,905 | 
| 現在のバージョン | 1.1.0 | 
| 最終更新日 | 2023-01-11 | 
| 公開日 | 2022-11-23 | 
| 評価 | 5.00/5 合計 4 レビュー | 
| 開発者 | Woffu | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://woffu.com | 
| ヘルプページのURL | https://woffu.force.com/ | 
| プライバシーポリシーページのURL | https://woffu.com/es/politica-de-privacidad | 
| 対応言語 | es | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Woffu",
    "version": "1.1.0",
    "description": "Woffu Web Extension",
    "action": {
        "default_icon": ".\/assets\/icon.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "icons": {
        "16": ".\/assets\/icon.png",
        "32": ".\/assets\/icon.png",
        "48": ".\/assets\/icon.png",
        "128": ".\/assets\/icon.png"
    },
    "permissions": [
        "geolocation"
    ],
    "host_permissions": [
        "https:\/\/*.woffu.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.woffu.com\/"
            ],
            "js": [
                ".\/dist\/content-scripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content-scripts\/style.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |