Craig.Chat

Commenting system for Craigslist.

Qu'est-ce que Craig.Chat ?

Craig.Chat est une extension Chrome développée par https://craig.chat, et sa fonction principale est "Commenting system for Craigslist.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Craig.Chat

Téléchargez les fichiers d'extension Craig.Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Craig.Chat Craig.Chat
ID ojmcohjgkciohebenakpemjnhmocggcg
URL Officiel https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg
Description Commenting system for Craigslist.
Taille du Fichier 134 KB
Nombre d'Installations 21
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-02-13
Date de Publication 2017-02-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://craig.chat
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://craig.chat
URL de la Page d'Aide https://craig.chat/#contact
Langues Prises en Charge 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\/*\/*"
    ]
}