Buy mode

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

什么是Buy mode?

Buy mode是由jbsiraudin开发的Chrome扩展程序,该扩展的主要功能是“When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.”。

扩展截图

screenshot

下载Buy mode扩展crx文件

下载Buy mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Buy mode Buy mode
ID chelhfjncfodagiaajlcedabncohepag
官方URL https://chromewebstore.google.com/detail/buy-mode/chelhfjncfodagiaajlcedabncohepag
简介 When entering Amazon, music (The Sims, Nook Store, Wii Store) is launched.
文件大小 9.21 KB
安装次数 149
当前版本 0.3
更新时间 2019-08-07
上架时间 2019-08-06
评分 4.67/5 共6次评分
开发者 jbsiraudin
付费类型 free
支持的语言 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"
}