Skip the Envelope

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

Wat is Skip the Envelope?

Skip the Envelope is een Chrome-extensie ontwikkeld door emag_eh7, en de belangrijkste functie is "Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Skip the Envelope

Download Skip the Envelope-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Skip the Envelope Skip the Envelope
ID capmabnhnfnjgbpjcjadmhcaggpjfkba
Officiële URL https://chromewebstore.google.com/detail/skip-the-envelope/capmabnhnfnjgbpjcjadmhcaggpjfkba
Beschrijving Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…
Bestandsgrootte 22.33 KB
Aantal Installaties 56
Huidige Versie 2.2
Laatst Bijgewerkt 2022-02-03
Publicatiedatum 2020-07-02
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar emag_eh7
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}