cyb

Robot transformer of web2 to web3

cyb क्या है?

cyb http://cybercongress.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Robot transformer of web2 to web3"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में cyb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cyb is doing it's best on the way to bring your content back. 

Pin, publish content using IPFS and index it using Cosmos based knowledge computer Cyber for ranking.

You can find details of implementation in our docs: 

https://cybercongress.ai/docs/cyberd/cyberd/

Also, It is open source! You can find the code here: 

https://github.com/cybercongress/cyb-virus

The network is now in testnet phase, so if you want to test out indexing please kindly ask CYB in our Telegram community https://t.me/fuckgoogle                    

एक्सटेंशन की मूल जानकारी

नाम cyb cyb
ID kncpjlaiadkjhhdbddgjbjaijmdlhhkl
आधिकारिक URL https://chrome.google.com/webstore/detail/cyb/kncpjlaiadkjhhdbddgjbjaijmdlhhkl
विवरण Robot transformer of web2 to web3
फ़ाइल का आकार 4.07 MB
स्थापना संख्या 42
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-06-28
प्रकाशन तिथि 2019-06-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर http://cybercongress.ai
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://cybercongress.ai
सहायता पृष्ठ URL https://t.me/fuckgoogle
समर्थित भाषाएँ de,en,fr,pl,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "cyb",
    "description": "Robot transformer of web2 to web3",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "cyb-browser-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "singlefile\/index.js",
            "singlefile\/chrome-browser-polyfill.js",
            "singlefile\/fetch-resources.js",
            "singlefile\/content-fetch-resources.js",
            "singlefile\/frame-tree.js",
            "singlefile\/config.js",
            "singlefile\/tabs-data.js",
            "singlefile\/business.js",
            "singlefile\/messages.js",
            "singlefile\/tabs.js",
            "singlefile\/downloads.js",
            "singlefile\/autosave.js",
            "singlefile\/ui-main.js",
            "singlefile\/ui-menus.js",
            "singlefile\/ui-commands.js",
            "singlefile\/ui-button.js",
            "singlefile\/lazy-timeout.js",
            "singlefile\/css-minifier.js",
            "singlefile\/css-tree.js",
            "singlefile\/css-media-query-parser.js",
            "singlefile\/html-srcset-parser.js",
            "singlefile\/css-font-property-parser.js",
            "singlefile\/single-file-util.js",
            "singlefile\/single-file-helper.js",
            "singlefile\/css-fonts-minifier.js",
            "singlefile\/css-fonts-alt-minifier.js",
            "singlefile\/css-medias-alt-minifier.js",
            "singlefile\/css-matched-rules.js",
            "singlefile\/css-rules-minifier.js",
            "singlefile\/html-minifier.js",
            "singlefile\/html-serializer.js",
            "singlefile\/html-images-alt-minifier.js",
            "singlefile\/single-file-core.js",
            "singlefile\/single-file.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "singlefile\/index.js",
                "singlefile\/chrome-browser-polyfill.js",
                "singlefile\/content-hooks-frames.js",
                "singlefile\/single-file-helper.js",
                "singlefile\/content-frame-tree.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "singlefile\/index.js",
                "singlefile\/content-ui-infobar.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "singlefile\/index.js",
                "singlefile\/content-hooks.js",
                "singlefile\/content-bootstrap.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "singlefile\/content-hooks-web.js",
        "singlefile\/content-hooks-frames-web.js"
    ],
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "contextMenus",
        "downloads",
        "storage",
        "activeTab",
        "webNavigation",
        ""
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}