Instagram comment picker
Pick a random winner from the comments of an Instagram post
ما هو Instagram comment picker؟
Instagram comment picker هو إضافة Chrome تم تطويرها بواسطة jeoenq، والميزة الرئيسية لها هي "Pick a random winner from the comments of an Instagram post".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instagram comment picker
قم بتنزيل ملفات الامتداد Instagram comment picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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" } } |