PIP

Bringing Web 3 to Everyone

Τι είναι το PIP;

Το PIP είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getpip.com, και η κύρια λειτουργία του είναι "Bringing Web 3 to Everyone".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PIP

Λήψη αρχείων επέκτασης 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": [
                ""
            ]
        }
    ]
}