6Obcy Bot
Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy
Qu'est-ce que 6Obcy Bot ?
6Obcy Bot est une extension Chrome développée par Mateusz Bączek, et sa fonction principale est "Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy".
Télécharger le fichier CRX de l'extension 6Obcy Bot
Téléchargez les fichiers d'extension 6Obcy Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Automatyzuje szukanie osób konkretnej płci na stronie 6Obcy Instrukcja obsługi: https://wint3rmute.github.io/6obcy/manual.html
Informations de Base sur l'Extension
Nom | |
ID | ceeaapfannfjnpnojmklfgpgnehmenhl |
URL Officiel | https://chrome.google.com/webstore/detail/6obcy-bot/ceeaapfannfjnpnojmklfgpgnehmenhl |
Description | Bot wyszukujący kobiety lub mężczyzn na stronie 6obcy |
Taille du Fichier | 649 KB |
Nombre d'Installations | 460 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2018-09-01 |
Date de Publication | 2018-09-01 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Mateusz Bączek |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wint3rmute.github.io |
URL de la Page d'Aide | https://wint3rmute.github.io/6obcy/manual.html |
Langues Prises en Charge | 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" ] } ] } |