Comment Picker
Random Comments Picker for Giveaways and Contests.
Что такое Comment Picker?
Comment Picker - это расширение Chrome, разработанное JahaSoft, и его основная функция - "Random Comments Picker for Giveaways and Contests.".
Снимки экрана расширения
Скачать файл CRX расширения Comment Picker
Скачайте файлы расширений Comment Picker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account. Основная информация о расширении
| Название | |
| ID | bdjfjaodadioagkajmblldeiaclcpfmc |
| Официальный URL | https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc |
| Описание | Random Comments Picker for Giveaways and Contests. |
| Размер файла | 155 KB |
| Количество установок | 4,404 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-02-17 |
| Дата публикации | 2022-02-16 |
| Рейтинг | 4.43/5 Всего 7 оценок |
| Разработчик | JahaSoft |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://comment-picker.com/ |
| URL страницы помощи | https://comment-picker.com/contact.php |
| URL страницы политики конфиденциальности | https://comment-picker.com/privacy-policy.php |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Comment Picker",
"description": "Random Comments Picker for Giveaways and Contests.",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"presistent": false
},
"externally_connectable": {
"matches": [
"http:\/\/localhost:8000\/*",
"https:\/\/comment-picker.com\/*",
"https:\/\/www.comment-picker.com\/*"
]
},
"host_permissions": [
"https:\/\/*.instagram.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/localhost:8000\/*",
"https:\/\/comment-picker.com\/*",
"https:\/\/www.comment-picker.com\/*"
],
"js": [
"content-script.js"
]
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |