Rewards by Warner Music

Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.

Rewards by Warner Music là gì?

Rewards by Warner Music là một tiện ích mở rộng Chrome được phát triển bởi Rewards by Warner Music, và tính năng chính của nó là "Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rewards by Warner Music

Tải xuống các tệp mở rộng Rewards by Warner Music dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Rewards by Warner Music members earn points automatically when shopping online with thousands of brands! Redeem points for gift cards, exclusive artist merchandise and sweepstakes entries featuring the latest tech products, concert tickets and special experiences with some of the world’s biggest artists!

***********************************************************************************************

Install today to claim your bonus point offer and enter sweepstakes immediately!

********************************************************************************************** 

● Search the web with Bing directly from the New Tab page and earn rewards points when shopping with top brand partners like Walmart, Gamestop, Hot Topic, Microsoft, Redbox, Walgreens, and MORE.
● One-click access to Sweepstakes including the latest in tech, music streaming, concert tickets, and VIP experiences.
● One-click access to redeem points for additional sweepstakes entries, gift cards, limited edition artist merchandise, and coupon codes to the Official Warner Music Store.
● Earn additional sweepstakes entries when referring to friends.
● Be the first to hear the latest news about album drops, concerts, secret acoustic shows, and more.
● Customize your New Tab page to highlight your favorite Warner Music artists including Ed Sheeran, Lizzo, Dua Lipa, Cardi B, Bruno Mars, Blake Shelton, Green Day and many more.

Permissions that we are using:
• “Read and change your data on the websites you visit” – this allows us to deliver you relevant notifications about your favorite artists on any site that you are visiting in the form of lightboxes or other notification.
• “Read your browsing history” – this allows us to optimize the experience based on user statistics.
• “Display notifications” – this allows us to provide you alerts via notification while you are surfing the web
• “Replace the page you see when opening a new tab” – this allows us to provide relevant artist information every time you open a new tab page.

What data we collect:
To deliver information about your favorite artists and time-sensitive alerts we collect your IP address, information about your browser and device, URLs and domain names of web pages you visit, and statistics on how you interact with alerts and the extension.
Check our privacy policy (https://wmgrewards.com/privacy) and EULA (https://wmgrewards.com/terms) on our new tab page.

Help
If you want to remove this extension, please follow simple steps:
1. Right-click on the extension icon in the top right of the Chrome browser.
2. Click the “Remove from Chrome” button.

For assistance or feedback, please click the “Send Feedback” link in the Settings section on the extension icon menu or email us at [email protected]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rewards by Warner Music Rewards by Warner Music
ID jcpfppkhancgffflkopfgnidbcdnmccb
URL Chính Thức https://chrome.google.com/webstore/detail/rewards-by-warner-music/jcpfppkhancgffflkopfgnidbcdnmccb
Mô tả Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.
Kích Thước Tệp 82.69 KB
Số Lần Cài Đặt 414
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-11-03
Ngày Phát Hành 2020-07-02
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Rewards by Warner Music
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wmgrewards.com/
URL Trang Chính Sách Bảo Mật https://wmgrewards.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rewards by Warner Music",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Earn rewards points automatically when you search and shop online, then redeem for top brand gift cards and sweepstakes.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "notifications",
        "idle",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "data.js"
            ],
            "matches": [
                "*:\/\/rewards.wmgrewards.com\/v\/lib\/mng-bg.html?t=project-frm*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "new-tab.html",
        "activate-rewards.html",
        "popup.html"
    ]
}