AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
Co to jest AmazonSmile Auto Redirect?
AmazonSmile Auto Redirect to rozszerzenie Chrome opracowane przez Shraymonks, a jego główną funkcją jest „Automatically redirect to AmazonSmile from Amazon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AmazonSmile Auto Redirect
Pobierz pliki rozszerzeń AmazonSmile Auto Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oiiflcngcepikbdemccijngnkjhdjlfc |
| Oficjalny URL | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
| Opis | Automatically redirect to AmazonSmile from Amazon |
| Rozmiar pliku | 7.03 KB |
| Liczba instalacji | 110 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2017-01-11 |
| Data Publikacji | 2017-01-11 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | Shraymonks |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |