AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
Wat is AmazonSmile Auto Redirect?
AmazonSmile Auto Redirect is een Chrome-extensie ontwikkeld door Shraymonks, en de belangrijkste functie is "Automatically redirect to AmazonSmile from Amazon".
Extensie Screenshots
Download het CRX-bestand van de extensie AmazonSmile Auto Redirect
Download AmazonSmile Auto Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oiiflcngcepikbdemccijngnkjhdjlfc |
| Officiële URL | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
| Beschrijving | Automatically redirect to AmazonSmile from Amazon |
| Bestandsgrootte | 7.03 KB |
| Aantal Installaties | 110 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2017-01-11 |
| Publicatiedatum | 2017-01-11 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Shraymonks |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |