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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย WebWrap

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

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

                        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
}