AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
Vad är AmazonSmile Auto Redirect?
AmazonSmile Auto Redirect är en Chrome-tillägg utvecklad av Shraymonks, och dess huvudfunktion är "Automatically redirect to AmazonSmile from Amazon".
Tilläggsskärmbilder
Ladda ner AmazonSmile Auto Redirect-förlängningens CRX-fil
Ladda ner AmazonSmile Auto Redirect-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
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äggande Information om Tillägg
| Namn | |
| ID | oiiflcngcepikbdemccijngnkjhdjlfc |
| Officiell webbadress | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
| Beskrivning | Automatically redirect to AmazonSmile from Amazon |
| Filstorlek | 7.03 KB |
| Antal Installationer | 110 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2017-01-11 |
| Publiceringsdatum | 2017-01-11 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | Shraymonks |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |