6Obcy Bot

Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy

Hvad er 6Obcy Bot?

6Obcy Bot er en Chrome-udvidelse udviklet af Mateusz Bączek, og dens hovedfunktion er "Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy".

Download 6Obcy Bot-udvidelses-CRX-fil

Download 6Obcy Bot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Automatyzuje szukanie osób konkretnej płci na stronie 6Obcy

Instrukcja obsługi: https://wint3rmute.github.io/6obcy/manual.html                    

Grundlæggende oplysninger om udvidelsen

Navn 6Obcy Bot 6Obcy Bot
ID ceeaapfannfjnpnojmklfgpgnehmenhl
Officiel URL https://chrome.google.com/webstore/detail/6obcy-bot/ceeaapfannfjnpnojmklfgpgnehmenhl
Beskrivelse Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy
Filstørrelse 649 KB
Antal Installationer 460
Nuværende Version 1.1
Senest Opdateret 2018-09-01
Udgivelsesdato 2018-09-01
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Mateusz Bączek
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wint3rmute.github.io
Hjælpeside-URL https://wint3rmute.github.io/6obcy/manual.html
Understøttede Sprog 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"
            ]
        }
    ]
}