Active Junky: Cash Back Browser Extension

chrome extension

O que é Active Junky: Cash Back Browser Extension?

Active Junky: Cash Back Browser Extension é uma extensão do Chrome desenvolvida por https://activejunky.com, e sua principal característica é "chrome extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Active Junky: Cash Back Browser Extension

Baixe arquivos de extensão Active Junky: Cash Back Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Active Junky: Cash Back Browser Extension Active Junky: Cash Back Browser Extension
ID gnkeincopncoghpfiepmdnlonocbfgah
URL Oficial https://chromewebstore.google.com/detail/active-junky-cash-back-br/gnkeincopncoghpfiepmdnlonocbfgah
Descrição chrome extension
Tamanho do Arquivo 1.82 MB
Contagem de Instalações 3,858
Versão Atual 2.0.1
Última Atualização 2023-09-29
Data de Publicação 2021-01-07
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://activejunky.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.activejunky.com/
URL da Página de Ajuda https://www.activejunky.com/about_us/extension-help
URL da Página de Política de Privacidade https://www.activejunky.com/about_us/privacy-policy
Idiomas Suportados 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}