Buy mode

When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.

Buy mode là gì?

Buy mode là một tiện ích mở rộng Chrome được phát triển bởi jbsiraudin, và tính năng chính của nó là "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.".

Ả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 Buy mode

Tải xuống các tệp mở rộng Buy mode 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

                        When entering Amazon, a small unfocused window is launched with the YouTube playlist of your choice : The Sims' Buy Mode, Nook Store Music, Wii Store Music.

Icon Money by henrik lund mikkelsen from the Noun Project                    

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

Tên Buy mode Buy mode
ID chelhfjncfodagiaajlcedabncohepag
URL Chính Thức https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag
Mô tả When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
Kích Thước Tệp 9.21 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-08-07
Ngày Phát Hành 2019-08-06
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển jbsiraudin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Buy mode",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "Buy Mode",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.at\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "manifest_version": 2,
    "incognito": "split"
}