Skip the Envelope

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

什麼是Skip the Envelope?

Skip the Envelope是由emag_eh7開發的Chrome擴展程式,該擴展的主要功能是“Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…”。

擴展截圖

screenshot

下載Skip the Envelope擴展crx文件

下載Skip the Envelope擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Skip the Envelope Skip the Envelope
ID capmabnhnfnjgbpjcjadmhcaggpjfkba
官方網址 https://chromewebstore.google.com/detail/skip-the-envelope/capmabnhnfnjgbpjcjadmhcaggpjfkba
簡介 Skip the opening animation when receiving a gift card from MyGiftCardsPlus or PayPal Digital Gifts, saving entire seconds…
檔案大小 22.33 KB
安裝次數 56
目前版本 2.2
更新時間 2022-02-03
上架時間 2020-07-02
評分 5.00/5 共 2 次評分
開發者 emag_eh7
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}