Craig.Chat

Commenting system for Craigslist.

Cos'è Craig.Chat?

Craig.Chat è un'estensione di Chrome sviluppata da https://craig.chat, e la sua funzione principale è "Commenting system for Craigslist.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Craig.Chat

Scarica i file di estensione Craig.Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Craig.Chat Craig.Chat
ID ojmcohjgkciohebenakpemjnhmocggcg
URL Ufficiale https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg
Descrizione Commenting system for Craigslist.
Dimensione del File 134 KB
Conteggio Installazioni 21
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://craig.chat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://craig.chat
URL della Pagina di Aiuto https://craig.chat/#contact
Lingue Supportate 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\/*\/*"
    ]
}