Craig.Chat
Commenting system for Craigslist.
Wat is Craig.Chat?
Craig.Chat is een Chrome-extensie ontwikkeld door https://craig.chat, en de belangrijkste functie is "Commenting system for Craigslist.".
Extensie Screenshots
Download het CRX-bestand van de extensie Craig.Chat
Download Craig.Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ojmcohjgkciohebenakpemjnhmocggcg |
| Officiële URL | https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg |
| Beschrijving | Commenting system for Craigslist. |
| Bestandsgrootte | 134 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2017-02-13 |
| Publicatiedatum | 2017-02-13 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://craig.chat |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://craig.chat |
| Help Pagina-URL | https://craig.chat/#contact |
| Ondersteunde Talen | 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\/*\/*"
]
} | |