DEALS.AMZ.SPACE

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

Apa itu DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE adalah ekstensi Chrome yang dikembangkan oleh AMZ.SPACE, dan fitur utamanya adalah "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DEALS.AMZ.SPACE

Unduh file ekstensi DEALS.AMZ.SPACE dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
URL Resmi https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Deskripsi Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
Ukuran File 205 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-08-28
Tanggal Publikasi 2016-08-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang AMZ.SPACE
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://amz.space/register
Bahasa yang Didukung 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
}