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"
}