Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Whatsapp Toolsとは何ですか?
Whatsapp Toolsはmasteradinによって開発されたChromeの拡張機能で、その主な機能は「Useful tools for the most used chatting app in the world. Functionalities for better productivity.」です。
拡張機能のスクリーンショット
Whatsapp Tools拡張機能のCRXファイルをダウンロード
Whatsapp Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make your audios faster with WhatsappTools! Choose your speed and listen to your audios however you like. Three different speeds: 2x, 1.5x and 1.25x. Any feedback is greatly appreciated.
拡張機能の基本情報
名前 | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
公式URL | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
説明 | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
ファイルサイズ | 16.26 KB |
インストール数 | 320 |
現在のバージョン | 0.1 |
最終更新日 | 2020-05-13 |
公開日 | 2020-05-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | masteradin |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://masteradin.com/ |
ヘルプページのURL | http://masteradin.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Tools", "description": "Useful tools for the most used chatting app in the world. Functionalities for better productivity.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |