Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
什麼是Amazon Smile Switcher?
Amazon Smile Switcher是由Tin Bee開發的Chrome擴展程式,該擴展的主要功能是“This extension automatically redirects requests to smile.amazon.com to ensure your donations work.”。
擴展截圖
下載Amazon Smile Switcher擴展crx文件
下載Amazon Smile Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
官方網址 | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
簡介 | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
檔案大小 | 3.27 KB |
安裝次數 | 15 |
目前版本 | 1.0 |
更新時間 | 2014-04-15 |
上架時間 | 2014-04-15 |
開發者 | Tin Bee |
付費類型 | free |
支援的語言 | 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" ] } } |