Snapchat Collector
This extension used to collect snapchat username from each tinder users.
Co je Snapchat Collector?
Snapchat Collector je rozšíření Chrome vyvinuté Mamun, a jeho hlavní funkcí je „This extension used to collect snapchat username from each tinder users.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Snapchat Collector
Stáhněte si soubory rozšíření Snapchat Collector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension used to collect snapchat username from each tinder users and save it into user panel.
Základní Informace o Rozšíření
Název | Snapchat Collector |
ID | jfchpgbmpmfagmobmeangpiljlcagolo |
Oficiální URL | https://chromewebstore.google.com/detail/snapchat-collector/jfchpgbmpmfagmobmeangpiljlcagolo |
Popis | This extension used to collect snapchat username from each tinder users. |
Velikost souboru | 30.73 KB |
Počet instalací | 30 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-11-22 |
Datum Vydání | 2022-11-08 |
Vývojář | Mamun |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://microsofters.net/ |
Podporované Jazyky | 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" } } |