Comment Picker
Random Comments Picker for Giveaways and Contests.
什么是Comment Picker?
Comment Picker是由JahaSoft开发的Chrome扩展程序,该扩展的主要功能是“Random Comments Picker for Giveaways and Contests.”。
扩展截图
下载Comment Picker扩展crx文件
下载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"
}
} | |