6Obcy Bot
Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy
Wat is 6Obcy Bot?
6Obcy Bot is een Chrome-extensie ontwikkeld door Mateusz Bączek, en de belangrijkste functie is "Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy".
Download het CRX-bestand van de extensie 6Obcy Bot
Download 6Obcy Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatyzuje szukanie osób konkretnej płci na stronie 6Obcy
Instrukcja obsługi: https://wint3rmute.github.io/6obcy/manual.html Basisinformatie over de Extensie
| Naam | |
| ID | ceeaapfannfjnpnojmklfgpgnehmenhl |
| Officiële URL | https://chrome.google.com/webstore/detail/6obcy-bot/ceeaapfannfjnpnojmklfgpgnehmenhl |
| Beschrijving | Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy |
| Bestandsgrootte | 649 KB |
| Aantal Installaties | 460 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-09-01 |
| Publicatiedatum | 2018-09-01 |
| Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Mateusz Bączek |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://wint3rmute.github.io |
| Help Pagina-URL | https://wint3rmute.github.io/6obcy/manual.html |
| Ondersteunde Talen | 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"
]
}
]
} | |