Active Junky: Cash Back Browser Extension

chrome extension

什麼是Active Junky: Cash Back Browser Extension?

Active Junky: Cash Back Browser Extension是由https://activejunky.com開發的Chrome擴展程式,該擴展的主要功能是“chrome extension”。

擴展截圖

screenshot

下載Active Junky: Cash Back Browser Extension擴展crx文件

下載Active Junky: Cash Back Browser Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Active Junky Browser Extension is the easiest way to get Cash Back while you shop at your favorite Outdoor brands and retailers. Once you add the extension to your Chrome or Firefox browser, we will automatically notify you that Cash Back is available on your purchase. Once you click to activate, you will receive Cash Back on your order - it’s as easy as that!

In addition to being notified when Cash Back is available, you can easily access your Account information and see your 'Pending Cash Back'. We will also display Cash Back rates on stores you've recently visited, and show you some deals those stores might be offering to make sure you're getting the best deal possible. 

Start earning Cash Back on every purchase today with Active Junky!                    

擴展基本資訊

名稱 Active Junky: Cash Back Browser Extension Active Junky: Cash Back Browser Extension
ID gnkeincopncoghpfiepmdnlonocbfgah
官方網址 https://chromewebstore.google.com/detail/active-junky-cash-back-br/gnkeincopncoghpfiepmdnlonocbfgah
簡介 chrome extension
檔案大小 1.82 MB
安裝次數 3,858
目前版本 2.0.1
更新時間 2023-09-29
上架時間 2021-01-07
評分 5.00/5 共 3 次評分
開發者 https://activejunky.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.activejunky.com/
說明頁面URL https://www.activejunky.com/about_us/extension-help
隱私政策頁面URL https://www.activejunky.com/about_us/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Active Junky: Cash Back Browser Extension",
    "version": "2.0.1",
    "description": "chrome extension",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "black-and-white-32.png",
        "default_title": "Active Junky"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16959308401.chunk.css"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/png\/*.png",
                "\/assets\/img\/*.png",
                "\/assets\/png\/imgBig-logo.chunk.png",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}