Snapchat Collector
This extension used to collect snapchat username from each tinder users.
什么是Snapchat Collector?
Snapchat Collector是由Mamun开发的Chrome扩展程序,该扩展的主要功能是“This extension used to collect snapchat username from each tinder users.”。
扩展截图
下载Snapchat Collector扩展crx文件
下载Snapchat Collector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension used to collect snapchat username from each tinder users and save it into user panel.
扩展基本信息
名称 | Snapchat Collector |
ID | jfchpgbmpmfagmobmeangpiljlcagolo |
官方URL | https://chromewebstore.google.com/detail/snapchat-collector/jfchpgbmpmfagmobmeangpiljlcagolo |
简介 | This extension used to collect snapchat username from each tinder users. |
文件大小 | 30.73 KB |
安装次数 | 30 |
当前版本 | 1.0.1 |
更新时间 | 2022-11-22 |
上架时间 | 2022-11-08 |
开发者 | Mamun |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://microsofters.net/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snapchat Collector", "version": "1.0.1", "description": "This extension used to collect snapchat username from each tinder users.", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "js\/background.js" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Snapchat Collector", "default_popup": "\/html\/popup.html" } } |