Patchfox
Patchfox is a Secure Scuttlebutt client
Patchfox क्या है?
Patchfox Andre Alves Garzia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Patchfox is a Secure Scuttlebutt client"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Patchfox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Patchfox is a client for Secure Scuttlebutt decentralized platform. Secure Scuttlebutt is an offline-first peer to peer decentralized platform that is fostering a more humane social graph. It forms a global cryptographic social network with its peers. Each user is identified by a public key, and publishes a log of signed messages, which other users follow socially. Patchfox is a client for this network.
एक्सटेंशन की मूल जानकारी
नाम | Patchfox |
ID | ocanekmedfooidiahhelofknmpobdmdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/patchfox/ocanekmedfooidiahhelofknmpobdmdp |
विवरण | Patchfox is a Secure Scuttlebutt client |
फ़ाइल का आकार | 10.09 MB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 2022.2.1 |
अंतिम अपडेट | 2022-02-23 |
प्रकाशन तिथि | 2021-06-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Andre Alves Garzia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://patchfox.org |
सहायता पृष्ठ URL | https://github.com/soapdog/patchfox/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Patchfox is a Secure Scuttlebutt client", "manifest_version": 2, "name": "Patchfox", "version": "2022.2.1", "icons": { "512": "images\/patchfox_pixel_512.png", "96": "images\/patchfox_pixel_96.png", "128": "images\/patchfox_pixel_128.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "65.0" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "index.html?pkg=settings", "open_in_tab": true }, "browser_action": { "default_icon": { "32": "images\/patchfox_32.png", "512": "images\/patchfox_pixel_512.png", "96": "images\/patchfox_pixel_96.png", "128": "images\/patchfox_pixel_128.png" }, "default_popup": "browserAction.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period" } } }, "protocol_handlers": [ { "protocol": "ssb", "name": "Patchfox", "uriTemplate": "\/index.html?pkg=intercept&query=%s" }, { "protocol": "ext+patchfox", "name": "Patchfox", "uriTemplate": "\/index.html?pkg=intercept&query=%s" } ], "omnibox": { "keyword": "ssb?" }, "permissions": [ "activeTab", "storage", "unlimitedStorage", "clipboardWrite", "contextMenus" ], "sidebar_action": { "default_icon": { "32": "images\/patchfox_32.png", "512": "images\/patchfox_pixel_512.png", "96": "images\/patchfox_pixel_96.png", "128": "images\/patchfox_pixel_128.png" }, "default_title": "Patchfox", "default_panel": "\/index.html", "open_at_install": false } } |