Skip the Envelope

Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…

O que é Skip the Envelope?

Skip the Envelope é uma extensão do Chrome desenvolvida por emag_eh7, e sua principal característica é "Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Skip the Envelope

Baixe arquivos de extensão Skip the Envelope 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

                        Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds throughout your day!

Click the extension icon button when on the gift card page to extract the information into number,pin,value format and put it straight onto your clipboard, saving even more entire seconds!

You may still be required to solve a captcha - sorry.

If you'd like to see the source and install it directly for safety, view the Github repo here: https://github.com/mbianucci/skip-the-envelope                    

Informações Básicas da Extensão

Nome Skip the Envelope Skip the Envelope
ID capmabnhnfnjgbpjcjadmhcaggpjfkba
URL Oficial https://chromewebstore.google.com/detail/skip-the-envelope/capmabnhnfnjgbpjcjadmhcaggpjfkba
Descrição Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…
Tamanho do Arquivo 22.33 KB
Contagem de Instalações 56
Versão Atual 2.2
Última Atualização 2022-02-03
Data de Publicação 2020-07-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor emag_eh7
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip the Envelope",
    "version": "2.2",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/delivery.cardago.com\/*",
                "*:\/\/www.paypal.com\/gifts\/claim\/*",
                "*:\/\/www.vcdelivery.com\/certificate\/*"
            ],
            "js": [
                "skip.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Click to extract GC info.",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/skip_envelope16.png",
            "32": "images\/skip_envelope32.png",
            "48": "images\/skip_envelope48.png",
            "96": "images\/skip_envelope96.png",
            "128": "images\/skip_envelope128.png"
        }
    },
    "icons": {
        "16": "images\/skip_envelope16.png",
        "32": "images\/skip_envelope32.png",
        "48": "images\/skip_envelope48.png",
        "96": "images\/skip_envelope96.png",
        "128": "images\/skip_envelope128.png"
    }
}