ChedotWrap

CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or…

Was ist ChedotWrap?

ChedotWrap ist eine Chrome-Erweiterung, die von webwrapinc entwickelt wurde, und ihr Hauptmerkmal ist "CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

ChedotWrap-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChedotWrap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or expand on the web page you are wrapping, then share with friends and followers.

Our goal is to create a vibrant, respectful, and friendly community that will share opinion about any product service or content over the internet. The site publisher you are wrapping cannot censor you; only other members of the community can express their opinion.

To launch this service, we announced a $5,000 US prize competition. You can learn all about it at   https://chedot.webwrap.com/intro


CHEDOTWRAP عبارة عن شبكة اجتماعية صغيرة فوق أي صفحة ويب باللغة العربية. يمكنك مراجعة أو ترتيب أو الدردشة أو توسيع حول أي موضوع على جميع صفحات الويب، كذلك بإمكانك مشاركتها مع الأصدقاء والمتابعين من خلال مواقع التواصل اجتماعي.


هدفنا هو إنشاء مجتمع نابض بالحياة ومحترم وودود يشارك الرأي حول أي خدمة أو محتوى عبر الإنترنت. يمكنك إبداء رأيك حول أي محتوى أي موقع دون تعرض للإقصاء من قبل ناشر الموقع؛ يمكن فقط لأعضاء آخرين في المجتمع التعبير عن آرائهم.

لإطلاق هذه الخدمة أعلنا عن مسابقة بقيمة 5000 دولار أمريكي. يمكنك معرفة كل شيء عنها في https://chedot.webwrap.com/intro                    

Grundlegende Informationen zur Erweiterung

Name ChedotWrap ChedotWrap
ID elopgioekgnpdokfneemaafhooikpndl
Offizielle URL https://chrome.google.com/webstore/detail/chedotwrap/elopgioekgnpdokfneemaafhooikpndl
Beschreibung CHEDOTWRAP is a micro social network above every web page for the Arabic speaking audience. You may review, rank, chat about or…
Dateigröße 25.61 KB
Installationsanzahl 20
Aktuelle Version 0.1.7
Letztes Update 2020-11-07
Veröffentlichungsdatum 2020-10-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler webwrapinc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://chedot.webwrap.com/
Hilfeseite URL https://chedot.webwrap.com/intro
URL der Datenschutzrichtlinien-Seite https://www.webwrap.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChedotWrap",
    "version": "0.1.7",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "WebWrap"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "panel\/panel.html"
    ],
    "manifest_version": 2
}