Good on You

Ethical shopping helper

什麼是Good on You?

Good on You是由Good On You開發的Chrome擴展程式,該擴展的主要功能是“Ethical shopping helper”。

擴展截圖

screenshot
screenshot
screenshot

下載Good on You擴展crx文件

下載Good on You擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Detects brands on any site & displays a trusted rating in your browser. Get on with shopping & buy without harm!

Wherever you shop online, Good On You’s ethical helper automatically detects the brands you’re browsing and lets you know if they’re doing enough to avoid harm to the environment, communities and animals.

Features:

• Works on any website: online stores, blogs, product review sites
• Hundreds of brands rated in Fashion 
• Click through to learn more about a brand’s performance 
• Free and easy to install
• The simplest way to include better choices into your everyday shopping habits

Brought to you by the people who make ethical choices easier, Good On You.

Note: The Chrome webstore displays a standard warning whenever someone installs an extension. While we appreciate that Google warns users about how extensions work, the Good On You extension will never track or store any of your browsing, nor will it change anything on websites you visit.                    

擴展基本資訊

名稱 Good on You Good on You
ID fdoihgiadpagkoikohmhbeafcboldacc
官方網址 https://chrome.google.com/webstore/detail/good-on-you/fdoihgiadpagkoikohmhbeafcboldacc
簡介 Ethical shopping helper
檔案大小 101 KB
安裝次數 319
目前版本 1.1.0.1
更新時間 2015-11-05
上架時間 2015-11-05
評分 4.80/5 共 20 次評分
開發者 Good On You
付費類型 free
隱私政策頁面URL https://goodonyou.eco/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Good on You",
    "description": "Ethical shopping helper",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.0.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/www.facebook.com https:\/\/ssl.google-analytics.com ; object-src 'self'",
    "devtools_page": "devtools.html"
}