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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}