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": [
                ""
            ]
        }
    ]
}