Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
Vad är Amazon Smile Switcher?
Amazon Smile Switcher är en Chrome-tillägg utvecklad av Tin Bee, och dess huvudfunktion är "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.".
Tilläggsskärmbilder
Ladda ner Amazon Smile Switcher-förlängningens CRX-fil
Ladda ner Amazon Smile Switcher-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
This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause. Grundläggande Information om Tillägg
| Namn | |
| ID | oefejaiblkhebbdibhmohgohbdgheofh |
| Officiell webbadress | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
| Beskrivning | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
| Filstorlek | 3.27 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2014-04-15 |
| Publiceringsdatum | 2014-04-15 |
| Utvecklare | Tin Bee |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon Smile Switcher",
"description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.",
"version": "1.0",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.amazon.com\/*"
],
"background": {
"scripts": [
"background.js"
]
}
} | |