6Obcy Bot
Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy
What is 6Obcy Bot?
6Obcy Bot is a Chrome extension developed by Mateusz Bączek, and its main feature is "Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy".
Download 6Obcy Bot Extension CRX File
Download 6Obcy Bot 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
Automatyzuje szukanie osób konkretnej płci na stronie 6Obcy Instrukcja obsługi: https://wint3rmute.github.io/6obcy/manual.html
Extension Basic Information
Name | |
ID | ceeaapfannfjnpnojmklfgpgnehmenhl |
Official URL | https://chrome.google.com/webstore/detail/6obcy-bot/ceeaapfannfjnpnojmklfgpgnehmenhl |
Description | Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy |
File Size | 649 KB |
Installation Count | 460 |
Current Version | 1.1 |
Last Updated | 2018-09-01 |
Publish Date | 2018-09-01 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Mateusz Bączek |
[email protected] | |
Payment Type | free |
Extension Website | https://wint3rmute.github.io |
Help Page URL | https://wint3rmute.github.io/6obcy/manual.html |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "6Obcy Bot", "description": "Bot wyszukuj\u0105cy kobiety lub m\u0119\u017cczyzn na stronie 6obcy", "version": "1.1", "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "html\/control.html", "default_title": "6Obcy Bot" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "notifications" ], "web_accessible_resources": [ "script\/bot.js", "script\/control.js" ], "content_scripts": [ { "matches": [ "https:\/\/6obcy.org\/rozmowa" ], "js": [ "script\/script.js", "script\/jquery-3.2.1.min.js" ] } ] } |