AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
Hvad er AmazonSmile Auto Redirect?
AmazonSmile Auto Redirect er en Chrome-udvidelse udviklet af Shraymonks, og dens hovedfunktion er "Automatically redirect to AmazonSmile from Amazon".
Udvidelsesskærmbilleder
Download AmazonSmile Auto Redirect-udvidelses-CRX-fil
Download AmazonSmile Auto 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 AmazonSmile while shopping on Amazon.
Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oiiflcngcepikbdemccijngnkjhdjlfc |
| Officiel URL | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
| Beskrivelse | Automatically redirect to AmazonSmile from Amazon |
| Filstørrelse | 7.03 KB |
| Antal Installationer | 110 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2017-01-11 |
| Udgivelsesdato | 2017-01-11 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | Shraymonks |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Shraymonks",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"description": "Automatically redirect to AmazonSmile from Amazon",
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2,
"name": "AmazonSmile Auto Redirect",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.amazon.com\/*"
],
"version": "1.0.0"
} | |