Craig.Chat
Commenting system for Craigslist.
Что такое Craig.Chat?
Craig.Chat - это расширение Chrome, разработанное https://craig.chat, и его основная функция - "Commenting system for Craigslist.".
Снимки экрана расширения
Скачать файл CRX расширения Craig.Chat
Скачайте файлы расширений Craig.Chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | ojmcohjgkciohebenakpemjnhmocggcg |
| Официальный URL | https://chromewebstore.google.com/detail/craigchat/ojmcohjgkciohebenakpemjnhmocggcg |
| Описание | Commenting system for Craigslist. |
| Размер файла | 134 KB |
| Количество установок | 21 |
| Текущая Версия | 0.0.2 |
| Последнее Обновление | 2017-02-13 |
| Дата публикации | 2017-02-13 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://craig.chat |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://craig.chat |
| URL страницы помощи | https://craig.chat/#contact |
| Поддерживаемые языки | 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\/*\/*"
]
} | |