Fliclip Crypto Browser

Browser Emulator for open NFT websites freely using your browser.

Fliclip Crypto Browserคืออะไร?

Fliclip Crypto Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Puddy Club และคุณลักษณะหลักของมันคือ "Browser Emulator for open NFT websites freely using your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fliclip Crypto Browser

ดาวน์โหลดไฟล์ส่วนขยาย Fliclip Crypto Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To open an NFT page, you just need to type it on a common HTTPS address.
When typing one the NFT domain, always type in HTTPS in your address bar. Example: https://jasmindreasond.crypto/

The extension will close its tab (because your browser's native system cannot read this website, our emulator will make this domain work) and port it to our browser and will use the NFTs DNS server to convert it to a CID (the same way traditional domains are converted to IP) and then proxy it to the browser to read the web page.

This browser emulator uses the dweb.link proxy to convert IPFS protocols from NFT Domains to be read over HTTPS. After the protocol converted, the extension loads the page inside iFrame.

The purpose of this extension is to facilitate common users to have a first experience with NFT domains without having to install a new browser.

This browser is completely simple to use. The extension supports history logging of the NFT Domains you visit, recording their domains instead of the CID URL, making it easier for your browser to recognize NFTs domains when you are looking for the same site again and it allow NFT Domains to have improved synchronization of website privacy settings provided by NFT Domains CIDs.

Remember that this system depends on the blockchain where the domain data is registered. If the blockchain network has problems, the domain does not work.

More Domains Example:
https://57smiles.zil/
https://unstoppable.crypto/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fliclip Crypto Browser Fliclip Crypto Browser
ID bmbfamajhhdmemcckjljjacpfjhfblok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fliclip-crypto-browser/bmbfamajhhdmemcckjljjacpfjhfblok
คำอธิบาย Browser Emulator for open NFT websites freely using your browser.
ขนาดไฟล์ 1.88 MB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2022-01-13
วันที่เผยแพร่ 2022-01-05
ผู้พัฒนา Puddy Club
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/JasminDreasond/FlipClip-Browser/issues
URL หน้านโยบายความเป็นส่วนตัว https://puddy.club/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "FlipClip",
    "description": "__MSG_appDesc__",
    "author": "Yasmin Seidel (JasminDreasond)",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 3,
    "offline_enabled": false,
    "homepage_url": "https:\/\/github.com\/JasminDreasond\/FlipClip-Browser",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "contentSettings",
        "background",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "history",
        "contextMenus",
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.min.js",
                "\/js\/contextMenus\/browser.js",
                "\/js\/ud\/domains.js",
                "\/js\/contextMenus\/getSelection.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}