PIP

Bringing Web 3 to Everyone

Apa itu PIP?

PIP adalah ekstensi Chrome yang dikembangkan oleh https://getpip.com, dan fitur utamanya adalah "Bringing Web 3 to Everyone".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PIP

Unduh file ekstensi PIP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama PIP PIP
ID icblpoalghoakidcjiheabnkijnklhhe
URL Resmi https://chromewebstore.google.com/detail/pip/icblpoalghoakidcjiheabnkijnklhhe
Deskripsi Bringing Web 3 to Everyone
Ukuran File 6.77 MB
Jumlah Instalasi 32,353
Versi Saat Ini 2.2.1
Terakhir Diperbarui 2023-10-27
Tanggal Publikasi 2021-12-23
Penilaian 4.18/5 Total 39 Penilaian
Pengembang https://getpip.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://getpip.com
URL Halaman Kebijakan Privasi https://www.getpip.com/policy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}