Messenger to AIM Sounds
Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Messenger to AIM Soundsとは何ですか?
Messenger to AIM Soundsはhttps://qwook.ioによって開発されたChromeの拡張機能で、その主な機能は「Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64」です。
拡張機能のスクリーンショット
Messenger to AIM Sounds拡張機能のCRXファイルをダウンロード
Messenger to AIM Sounds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Go back in time by changing your facebook messenger sounds to old-school AIM. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
拡張機能の基本情報
名前 | |
ID | empkechicjhppggilnjkjlgoaaeklfkk |
公式URL | https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk |
説明 | Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64 |
ファイルサイズ | 46.1 KB |
インストール数 | 31 |
現在のバージョン | 0.0.3 |
最終更新日 | 2019-03-28 |
公開日 | 2019-03-28 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://qwook.io |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger to AIM Sounds", "version": "0.0.3", "manifest_version": 2, "description": "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https:\/\/soundcloud.com\/kid64", "homepage_url": "https:\/\/soundcloud.com\/kid64", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |