Instagram Picker
Random Instagram comments picker
什么是Instagram Picker?
Instagram Picker是由http://freeigpicker.com开发的Chrome扩展程序,该扩展的主要功能是“Random Instagram comments picker”。
扩展截图
下载Instagram Picker扩展crx文件
下载Instagram Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.
扩展基本信息
名称 | |
ID | pfcekcngocikljgedgknnjcoahdbgekd |
官方URL | https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd |
简介 | Random Instagram comments picker |
文件大小 | 60.77 KB |
安装次数 | 7,000 |
当前版本 | 1.2 |
更新时间 | 2021-08-25 |
上架时间 | 2021-07-05 |
评分 | 3.88/5 共8次评分 |
开发者 | http://freeigpicker.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://freeigpicker.com |
帮助页面URL | https://freeigpicker.com |
隐私政策页面URL | https://freeigpicker.com/privacy-policy.php |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Picker", "description": "Random Instagram comments picker", "version": "1.2", "manifest_version": 2, "background": { "service_worker": "background.js", "presistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "externally_connectable": { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ] }, "permissions": [ "https:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:8000\/*", "https:\/\/freeigpicker.com\/*", "https:\/\/wwww.freeigpicker.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |