VORT3X Rewards

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

VORT3X Rewardsとは何ですか?

VORT3X Rewardsはhttps://vort3x.ggによって開発されたChromeの拡張機能で、その主な機能は「Save on sites you are already shopping! Get the browser extension to start saving.」です。

拡張機能のスクリーンショット

screenshot
screenshot

VORT3X Rewards拡張機能のCRXファイルをダウンロード

VORT3X Rewards拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 VORT3X Rewards VORT3X Rewards
ID ojpajahjbnehakpjfknajjpkfpbecakm
公式URL https://chromewebstore.google.com/detail/vort3x-rewards/ojpajahjbnehakpjfknajjpkfpbecakm
説明 Save on sites you are already shopping! Get the browser extension to start saving.
ファイルサイズ 708 KB
インストール数 11
現在のバージョン 1
最終更新日 2022-11-27
公開日 2022-11-22
開発者 https://vort3x.gg
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rewards.vort3x.gg/
ヘルプページのURL https://rewards.vort3x.gg/contact-us/
プライバシーポリシーページのURL https://rewards.vort3x.gg/privacy-policy
対応言語 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';"
    }
}