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 là gì?

Messenger to AIM Sounds là một tiện ích mở rộng Chrome được phát triển bởi https://qwook.io, và tính năng chính của nó là "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Messenger to AIM Sounds

Tải xuống các tệp mở rộng Messenger to AIM Sounds dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Messenger to AIM Sounds Messenger to AIM Sounds
ID empkechicjhppggilnjkjlgoaaeklfkk
URL Chính Thức https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk
Mô tả Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Kích Thước Tệp 46.1 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2019-03-28
Ngày Phát Hành 2019-03-28
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://qwook.io
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}