VORT3X Rewards

Save on sites you are already shopping! Get the browser extension to start saving.

VORT3X Rewards là gì?

VORT3X Rewards là một tiện ích mở rộng Chrome được phát triển bởi https://vort3x.gg, và tính năng chính của nó là "Save on sites you are already shopping! Get the browser extension to start saving.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng VORT3X Rewards 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

                        Get coupons & deals without having to look! This browser extension will simply notify you if one is available. Start saving today!

Once added to your browser click the puzzle piece button and PIN VORT3X Rewards. This will make it easy to see all the deals available while you shop! 

Compare prices to be sure you are getting the best price or get discounts available right now!                    

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

Tên VORT3X Rewards VORT3X Rewards
ID ojpajahjbnehakpjfknajjpkfpbecakm
URL Chính Thức https://chromewebstore.google.com/detail/vort3x-rewards/ojpajahjbnehakpjfknajjpkfpbecakm
Mô tả Save on sites you are already shopping! Get the browser extension to start saving.
Kích Thước Tệp 708 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-11-27
Ngày Phát Hành 2022-11-22
Nhà Phát Triển https://vort3x.gg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rewards.vort3x.gg/
URL Trang Trợ Giúp https://rewards.vort3x.gg/contact-us/
URL Trang Chính Sách Bảo Mật https://rewards.vort3x.gg/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,es,it,pt-BR,pt-PT,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_Name__",
    "version": "1",
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "homepage_url": "https:\/\/rewards.vort3x.gg\/",
    "icons": {
        "128": "icons\/logo.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/rewards.vort3x.gg\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_chrome_extension_Name__",
        "default_icon": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/rewards.vort3x.gg\/"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content-script.js",
                "css\/fix.css",
                "icons\/logo.png",
                "icons\/coupon.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}