Amazon Video Reviews

Watch video reviews for amazon products with one click.

Wat is Amazon Video Reviews?

Amazon Video Reviews is een Chrome-extensie ontwikkeld door Kiby Technologies, LLC, en de belangrijkste functie is "Watch video reviews for amazon products with one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Video Reviews

Download Amazon Video 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

                        With the Amazon Video Reviews extension, you can quickly watch amazing YouTube reviews for the product you are viewing on amazon. This will allow you to not only discover new products, but feel better about your purchases you make.                    

Basisinformatie over de Extensie

Naam Amazon Video Reviews Amazon Video Reviews
ID ihciiallgngpgkhndenicoodfmlcjjdd
Officiële URL https://chromewebstore.google.com/detail/amazon-video-reviews/ihciiallgngpgkhndenicoodfmlcjjdd
Beschrijving Watch video reviews for amazon products with one click.
Bestandsgrootte 31.41 KB
Aantal Installaties 85
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-11-28
Publicatiedatum 2020-11-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Kiby Technologies, LLC
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Video Reviews",
    "version": "1.0.0",
    "description": "Watch video reviews for amazon products with one click.",
    "permissions": [
        "tabs",
        "browserAction"
    ],
    "background": {
        "scripts": [
            "scripts\/lib\/hot-reload.js",
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/*",
        "stylesheets\/project-sky-stylesheet.css"
    ],
    "browser_action": [],
    "icons": {
        "16": "images\/logo\/review-16.png",
        "32": "images\/logo\/review-32.png",
        "48": "images\/logo\/review-48.png",
        "128": "images\/logo\/review-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';",
    "manifest_version": 2
}