Snapchat Collector

This extension used to collect snapchat username from each tinder users.

What is Snapchat Collector?

Snapchat Collector is a Chrome extension developed by Mamun, and its main feature is "This extension used to collect snapchat username from each tinder users.".

Extension Screenshots

screenshot

Download Snapchat Collector Extension CRX File

Download Snapchat Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension used to collect snapchat username from each tinder users and save it into user panel.                    

Extension Basic Information

Name Snapchat Collector Snapchat Collector
ID jfchpgbmpmfagmobmeangpiljlcagolo
Official URL https://chromewebstore.google.com/detail/snapchat-collector/jfchpgbmpmfagmobmeangpiljlcagolo
Description This extension used to collect snapchat username from each tinder users.
File Size 30.73 KB
Installation Count 30
Current Version 1.0.1
Last Updated 2022-11-22
Publish Date 2022-11-08
Developer Mamun
Email [email protected]
Payment Type free
Extension Website https://microsofters.net/
Supported Languages 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"
    }
}