WebExtension.net
WebExtension.net

Smilematic

View on Chrome Web Store
View Smilematic Chrome Extension on Chrome Web Store
5.0 (75 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com
Type
Extension
Users
1,000 users
CouponFollow, LLC
View author page of CouponFollow, LLC
Published
Published on February 8, 2018
Version 1.0.2.9
Manifest version
3
Updated
Updated on March 16, 2023
View on Chrome Web Store
View Smilematic Chrome Extension on Chrome Web Store
lifestyle/shopping
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smilematic",
    "description": "Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com",
    "version": "1.0.2.9",
    "manifest_version": 3,
    "icons": {
        "32": "images\/smilematicLogo32.png",
        "38": "images\/smilematicLogo38.png",
        "64": "images\/smilematicLogo64.png",
        "128": "images\/smilematicLogo128.png",
        "256": "images\/smilematicLogo256.png"
    },
    "action": {
        "default_title": "Smilematic",
        "default_popup": "html\/popup\/popup.html",
        "default_icon": {
            "32": "images\/smilematicLogo32.png",
            "38": "images\/smilematicLogo38.png",
            "64": "images\/smilematicLogo64.png",
            "128": "images\/smilematicLogo128.png",
            "256": "images\/smilematicLogo256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smile.amazon.com\/gp\/buy\/thankyou\/*",
                "*:\/\/smile.amazon.co.uk\/gp\/buy\/thankyou\/*",
                "*:\/\/smile.amazon.de\/gp\/buy\/thankyou\/*"
            ],
            "js": [
                "initLeaveFeedbackBanner.js"
            ],
            "run_at": "document_end",
            "css": [
                "initLeaveFeedbackBanner.css"
            ]
        },
        {
            "matches": [
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.de\/*"
            ],
            "js": [
                "initSelectedCharity.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/content\/leaveFeedbackBanner.html",
                "images\/smilematicLogo32.png",
                "images\/smilematicLogo38.png",
                "images\/smilematicInactive32.png",
                "images\/smilematicInactive38.png",
                "images\/smilematicInactive64.png",
                "images\/smilematicInactive128.png",
                "images\/smilematicInactive256.png",
                "fonts\/LatoLatinRegular.woff2",
                "fonts\/LatoLatinSemibold.woff2"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top