6Obcy Bot

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

Cos'è 6Obcy Bot?

6Obcy Bot è un'estensione di Chrome sviluppata da Mateusz Bączek, e la sua funzione principale è "Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy".

Scarica il file CRX dell'estensione 6Obcy Bot

Scarica i file di estensione 6Obcy Bot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome 6Obcy Bot 6Obcy Bot
ID ceeaapfannfjnpnojmklfgpgnehmenhl
URL Ufficiale https://chrome.google.com/webstore/detail/6obcy-bot/ceeaapfannfjnpnojmklfgpgnehmenhl
Descrizione Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy
Dimensione del File 649 KB
Conteggio Installazioni 460
Versione Corrente 1.1
Ultimo Aggiornamento 2018-09-01
Data di Pubblicazione 2018-09-01
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Mateusz Bączek
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wint3rmute.github.io
URL della Pagina di Aiuto https://wint3rmute.github.io/6obcy/manual.html
Lingue Supportate 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"
            ]
        }
    ]
}