Amazon Smile Redirect

Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…

Hvad er Amazon Smile Redirect?

Amazon Smile Redirect er en Chrome-udvidelse udviklet af Sean Sheng, og dens hovedfunktion er "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".

Download Amazon Smile Redirect-udvidelses-CRX-fil

Download Amazon Smile Redirect-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

                        Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite charitable organization every time you shop!                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
Officiel URL https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
Beskrivelse Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
Filstørrelse 7.29 KB
Antal Installationer 29
Nuværende Version 1.0
Senest Opdateret 2017-01-09
Udgivelsesdato 2017-01-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Sean Sheng
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Redirect",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ]
}