Amazon Youtube Reviews

Find Youtube reviews related to your amazon product.

Wat is Amazon Youtube Reviews?

Amazon Youtube Reviews is een Chrome-extensie ontwikkeld door samkimwrites, en de belangrijkste functie is "Find Youtube reviews related to your amazon product.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Youtube Reviews

Download Amazon Youtube Reviews-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Do you search youtube reviews before buying from amazon?
"Amazon Youtube Reviews" extension will search video reviews from youtube with a single click while you're browsing on amazon product. Handy tool if you want to save some time.                    

Basisinformatie over de Extensie

Naam Amazon Youtube Reviews Amazon Youtube Reviews
ID lbopkaplddnmcihnkmmdffdkmmcholnp
Officiële URL https://chrome.google.com/webstore/detail/amazon-youtube-reviews/lbopkaplddnmcihnkmmdffdkmmcholnp
Beschrijving Find Youtube reviews related to your amazon product.
Bestandsgrootte 16.43 KB
Aantal Installaties 110
Huidige Versie 0.2
Laatst Bijgewerkt 2019-06-11
Publicatiedatum 2019-06-11
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar samkimwrites
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Youtube Reviews",
    "version": "0.2",
    "description": "Find Youtube reviews related to your amazon product.",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "http:\/\/kpopfan.org\/*",
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/amazon-youtube-16.png",
            "32": "images\/amazon-youtube-32.png",
            "48": "images\/amazon-youtube-48.png",
            "128": "images\/amazon-youtube-128.png"
        }
    },
    "icons": {
        "16": "images\/amazon-youtube-16.png",
        "32": "images\/amazon-youtube-32.png",
        "48": "images\/amazon-youtube-48.png",
        "128": "images\/amazon-youtube-128.png"
    },
    "manifest_version": 2
}