DEALS.AMZ.SPACE

Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.

DEALS.AMZ.SPACEとは何ですか?

DEALS.AMZ.SPACEはAMZ.SPACEによって開発されたChromeの拡張機能で、その主な機能は「Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.」です。

拡張機能のスクリーンショット

screenshot

DEALS.AMZ.SPACE拡張機能のCRXファイルをダウンロード

DEALS.AMZ.SPACE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Select a Deal
Shop hundreds of discounted products on Amazon.
Receive incredible discounts and FREE products in exchange for a quality reviews                    

拡張機能の基本情報

名前 DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
公式URL https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
説明 Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
ファイルサイズ 205 KB
インストール数 59
現在のバージョン 1.0
最終更新日 2016-08-28
公開日 2016-08-28
評価 5.00/5 合計 2 レビュー
開発者 AMZ.SPACE
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://amz.space/register
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DEALS.AMZ.SPACE",
    "version": "1.0",
    "description": "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "DEALS.AMZ.SPACE",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}