Instagram comment picker
Pick a random winner from the comments of an Instagram post
什麼是Instagram comment picker?
Instagram comment picker是由jeoenq開發的Chrome擴展程式,該擴展的主要功能是“Pick a random winner from the comments of an Instagram post”。
擴展截圖
下載Instagram comment picker擴展crx文件
下載Instagram comment picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Instagram Comment Picker is a free giveaway picker tool to select a random name and winner for your Instagram contest or giveaway.then you can save a picture
擴展基本資訊
名稱 | |
ID | lklmblnkmcodofaghikpephlajdokmni |
官方網址 | https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni |
簡介 | Pick a random winner from the comments of an Instagram post |
檔案大小 | 272 KB |
安裝次數 | 69 |
目前版本 | 1.0.2 |
更新時間 | 2022-07-17 |
上架時間 | 2022-07-17 |
開發者 | jeoenq |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram comment picker", "description": "Pick a random winner from the comments of an Instagram post", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "instagram comment picker" }, "permissions": [ "cookies" ], "host_permissions": [ "https:\/\/www.instagram.com\/", "https:\/\/i.instagram.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |