Craig.Chat

Commenting system for Craigslist.

Was ist Craig.Chat?

Craig.Chat ist eine Chrome-Erweiterung, die von https://craig.chat entwickelt wurde, und ihr Hauptmerkmal ist "Commenting system for Craigslist.".

Erweiterungsscreenshots

screenshot

Craig.Chat-Erweiterungs-CRX-Datei herunterladen

Laden Sie Craig.Chat-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

                        Have you ever wished Craigslist had comments? Now it does, thanks to Craig.Chat!

Craig.Chat is a Chrome extension that seamlessly embeds a Disqus commenting thread into every Craigslist posting you visit.

See an ad that seems too good to be true? More likely than not, someone else has thought so too - check the comments to see if anyone has noticed suspicious wording, or recognized the ad to be part of a scam operation.

Wondering if a used car part for sale will fit your vehicle? Get feedback from the Craig.Chat community, or use Disqus's built-in "Share" feature to link the conversation directly on your Facebook Wall or Twitter account.                    

Grundlegende Informationen zur Erweiterung

Name Craig.Chat Craig.Chat
ID ojmcohjgkciohebenakpemjnhmocggcg
Offizielle URL https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg
Beschreibung Commenting system for Craigslist.
Dateigröße 134 KB
Installationsanzahl 21
Aktuelle Version 0.0.2
Letztes Update 2017-02-13
Veröffentlichungsdatum 2017-02-13
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://craig.chat
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://craig.chat
Hilfeseite URL https://craig.chat/#contact
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Craig.Chat",
    "description": "Commenting system for Craigslist.",
    "version": "0.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "idgen.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.craigslist.org\/*\/*.html",
                "http:\/\/*.craigslist.org\/*\/*.html"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/cclogo32.png",
        "48": "images\/cclogo48.png",
        "128": "images\/cclogo128.png"
    },
    "browser_action": {
        "default_icon": "images\/favicon.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.craigslist.org\/*\/*.html",
        "https:\/\/craig.chat\/*\/*"
    ]
}