PIP

Bringing Web 3 to Everyone

什么是PIP?

PIP是由https://getpip.com开发的Chrome扩展程序,该扩展的主要功能是“Bringing Web 3 to Everyone”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载PIP扩展crx文件

下载PIP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simplify Your WEB3 Payments with PIP

PIP offers a comprehensive suite of payment products designed for the Web3 ecosystem, supporting various blockchain networks. Our platform enables users to effortlessly send and receive cryptocurrency across popular social networks and the wider internet.

Key Features of the PIP Extension:
- Seamless Transactions: Send and receive tokens using PIP Tags or directly on platforms like Twitter, Twitch, Reddit, Discord, and Github.
- NFT Support: Easily send and receive NFTs.
- Reward Farming: Participate in reward farming to earn incentives.
- Multi-Currency Support: We cater to a diverse range of cryptocurrencies.

Introducing PIP.ME - Your Web3 Identity:
- Connect and Earn: Create a free Web3 profile to connect with your audience and accept payments directly.
- Instant Transactions: Experience swift payments and receipts right on your profile page.

Getting Started is Easy:
- Install the PIP Extension: Available on the Chrome Web Store.
- Connect Your Wallet: Compatible with Phantom, MetaMask, and Coinbase Wallet. (Don’t have an account? Sign up now!)
- Link Your Social Media: Integrate your social media accounts for seamless transactions.

By utilizing PIP, you agree to our Terms & Conditions. For more details, please visit https://www.getpip.com/terms.

Please Note: PIP is not a crypto wallet and does not store users’ funds. We facilitate connections to wallets like Phantom, MetaMask, and Coinbase, ensuring a smooth and integrated web experience.                    

扩展基本信息

名称 PIP PIP
ID icblpoalghoakidcjiheabnkijnklhhe
官方URL https://chromewebstore.google.com/detail/pip/icblpoalghoakidcjiheabnkijnklhhe
简介 Bringing Web 3 to Everyone
文件大小 6.77 MB
安装次数 32,353
当前版本 2.2.1
更新时间 2023-10-27
上架时间 2021-12-23
评分 4.18/5 共39次评分
开发者 https://getpip.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://getpip.com
隐私政策页面URL https://www.getpip.com/policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.1",
    "name": "PIP",
    "short_name": "PIP",
    "description": "Bringing Web 3 to Everyone",
    "homepage_url": "https:\/\/www.getpip.com\/home",
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "24": "assets\/icons\/48.png",
            "32": "assets\/icons\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/styles.min.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*",
            "*:\/\/*.medium.com\/*",
            "*:\/\/*.facebook.com\/*",
            "*:\/\/*.instagram.com\/*",
            "*:\/\/*.twitch.tv\/*",
            "*:\/\/*.twitter.com\/*",
            "*:\/\/*.reddit.com\/*",
            "*:\/\/*.linkedin.com\/*",
            "*:\/\/*.quora.com\/*",
            "*:\/\/*.vk.com\/*",
            "*:\/\/*.discord.com\/*",
            "*:\/\/*.github.com\/*",
            "*:\/\/*.getpip.com\/*",
            "*:\/\/*.pip.me\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "img-src 'self'; script-src 'self'; object-src 'self'; script-src-elem 'self'; connect-src *;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.*",
                "sending-animation.json",
                "success-animation.json",
                "assets\/**\/*.*",
                "locales\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}