Dyme Dividends

Dyme.Earth - Dividends for the Planet

Dyme Dividendsคืออะไร?

Dyme Dividends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dyme และคุณลักษณะหลักของมันคือ "Dyme.Earth - Dividends for the Planet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dyme Dividends

ดาวน์โหลดไฟล์ส่วนขยาย Dyme Dividends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Discover Dyme: Eco-Friendly Cashback Rewards, Elevating Your Shopping Experience!

Unlock a world of eco-friendly rewards with the ultimate cashback extension from Dyme. Access over 17,000 online stores and indulge in gift cards from over 600 renowned brands. From Nike to Sephora and Lyft, Dyme makes your favorite brands more sustainable. 🌲☀️

With every purchase made through Dyme, we earn a small commission from the store. We use our profits to fund solar energy projects for schools and local communities. By championing solar energy, we're actively combating global warming, creating jobs and fostering cleaner air. And guess what? It won't cost you a single dime! 🪙🌍

Witness the tangible impact of your shopping. For every $100 spent, you're helping to offset as much CO2 emissions as burning 4 pounds of coal! 🪨☀️

But wait, there's more. As a token of gratitude for your dedication to sustainability, Dyme rewards you with automatic discounts and coupons at checkout!  💰⏰

Join us in our mission to make a difference—one purchase at a time 🛒 Experience the power of eco-conscious cashback rewards with Dyme. Shop smarter, save more, and help protect our planet—all with just a click.

Terms & Conditions:
By using this browser extension, you agree to Dyme’s Terms & Conditions (https://dyme.earth/terms-of-service/) & Privacy Policy (https://dyme.earth/privacy-policy/)
 
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout
This is a white-label extension made for Dyme.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dyme Dividends Dyme Dividends
ID hhfhoodfdanchdkpbeigpjpeeacddkkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dyme-dividends/hhfhoodfdanchdkpbeigpjpeeacddkkg
คำอธิบาย Dyme.Earth - Dividends for the Planet
ขนาดไฟล์ 1.24 MB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2023-02-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Dyme
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dyme.earth/
URL หน้าช่วยเหลือ https://dyme.earth/
URL หน้านโยบายความเป็นส่วนตัว https://dyme.earth/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.4",
    "name": "Dyme Dividends",
    "short_name": "dyme",
    "description": "Dyme.Earth - Dividends for the Planet",
    "icons": {
        "128": "img\/dyme-icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "background",
        "webRequest",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "img\/dyme-icon-disabled.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "checkout.js"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wildlink.me\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "auth.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "shoppay.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}