Never Not Smile
Never forget to send a portion of your Amazon purchases to a charity ever again.
Never Not Smileとは何ですか?
Never Not Smileはhttps://nevernotsmile.orgによって開発されたChromeの拡張機能で、その主な機能は「Never forget to send a portion of your Amazon purchases to a charity ever again.」です。
拡張機能のスクリーンショット
Never Not Smile拡張機能のCRXファイルをダウンロード
Never Not Smile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Don't let donations go to waste because you forgot to switch to the Smile website before making a purchase on Amazon. We'll do all of the remembering for you - just switch on our extension and we'll automatically make sure you checkout with Smile so that you always send a portion of your purchase to your favorite charity. 拡張機能の基本情報
| 名前 | |
| ID | jkedlekjmjljhhjckdjbiefjbkalpckc |
| 公式URL | https://chromewebstore.google.com/detail/never-not-smile/jkedlekjmjljhhjckdjbiefjbkalpckc |
| 説明 | Never forget to send a portion of your Amazon purchases to a charity ever again. |
| ファイルサイズ | 275 KB |
| インストール数 | 34 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2019-04-17 |
| 公開日 | 2019-04-17 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | https://nevernotsmile.org |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://nevernotsmile.org/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Never forget to send a portion of your Amazon purchases to a charity ever again.",
"version": "1.0.0",
"background": {
"page": "html\/background.html"
},
"browser_action": {
"default_icon": {
"32": "img\/active_32.png",
"38": "img\/active_38.png",
"64": "img\/active_64.png",
"128": "img\/active_128.png",
"256": "img\/active_256.png"
},
"default_popup": "html\/popup.html",
"default_title": "Never Not Smile"
},
"icons": {
"32": "img\/active_32.png",
"38": "img\/active_38.png",
"64": "img\/active_64.png",
"128": "img\/active_128.png",
"256": "img\/active_256.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"name": "Never Not Smile",
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
"*:\/\/www.amazon.com\/*",
"*:\/\/www.amazon.de\/*",
"*:\/\/www.amazon.co.uk\/*"
]
} | |