Amazon Youtube Reviews

Find Youtube reviews related to your amazon product.

Vad är Amazon Youtube Reviews?

Amazon Youtube Reviews är en Chrome-tillägg utvecklad av samkimwrites, och dess huvudfunktion är "Find Youtube reviews related to your amazon product.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Amazon Youtube Reviews-förlängningens CRX-fil

Ladda ner Amazon Youtube Reviews-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Amazon Youtube Reviews Amazon Youtube Reviews
ID lbopkaplddnmcihnkmmdffdkmmcholnp
Officiell webbadress https://chrome.google.com/webstore/detail/amazon-youtube-reviews/lbopkaplddnmcihnkmmdffdkmmcholnp
Beskrivning Find Youtube reviews related to your amazon product.
Filstorlek 16.43 KB
Antal Installationer 110
Aktuell Version 0.2
Senast Uppdaterad 2019-06-11
Publiceringsdatum 2019-06-11
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare samkimwrites
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}