WebWrap

WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…

WebWrap क्या है?

WebWrap webwrapinc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…"।

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

screenshot
screenshot
screenshot

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

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

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

                        WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone  to review any web page, chat about it, follow others who visit that page, and be followed by them; let your friends know when you say something about anything at all and let you send it or post it wherever you wish. 

Why? Because too many site owners are shutting off the public's ability to say it as it is, or have never bothered to enable it in the first place.

We as WebWrap will not censor you. Only other members of the community may flag your posting so others will be able to ignore content they don't want to see.  and you can mark anyone's contribution as not appropriate to the site it wraps.                    

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

नाम WebWrap WebWrap
ID ndgbomimpkpkhdgfjamadadpmfmbajbi
आधिकारिक URL https://chromewebstore.google.com/detail/webwrap/ndgbomimpkpkhdgfjamadadpmfmbajbi
विवरण WebWrap is a micro social network without walls, above every site of the entire internet, that permits anyone to review any web…
फ़ाइल का आकार 251 KB
स्थापना संख्या 41
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2020-11-09
प्रकाशन तिथि 2020-03-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर webwrapinc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webwrap.com
गोपनीयता नीति पृष्ठ URL https://www.webwrap.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebWrap",
    "version": "0.1.7",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png"
        },
        "default_title": "WebWrap"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "helpers\/custom-elements.min.js",
                "content\/content.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "panel\/panel.html"
    ],
    "manifest_version": 2
}