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
官方網址 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
電子郵箱 [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
}