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 |
| 官方網址 | 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"
}
} | |