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