Amazon Video Reviews

Watch video reviews for amazon products with one click.

Hvad er Amazon Video Reviews?

Amazon Video Reviews er en Chrome-udvidelse udviklet af Kiby Technologies, LLC, og dens hovedfunktion er "Watch video reviews for amazon products with one click.".

Udvidelsesskærmbilleder

screenshot

Download Amazon Video Reviews-udvidelses-CRX-fil

Download Amazon Video Reviews-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Video Reviews Amazon Video Reviews
ID ihciiallgngpgkhndenicoodfmlcjjdd
Officiel URL https://chromewebstore.google.com/detail/amazon-video-reviews/ihciiallgngpgkhndenicoodfmlcjjdd
Beskrivelse Watch video reviews for amazon products with one click.
Filstørrelse 31.41 KB
Antal Installationer 85
Nuværende Version 1.0.0
Senest Opdateret 2020-11-28
Udgivelsesdato 2020-11-28
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Kiby Technologies, LLC
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view
Understøttede Sprog 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
}