Tìm map Wormate
Kết nối các nhóm và mọi người.
Was ist Tìm map Wormate?
Tìm map Wormate ist eine Chrome-Erweiterung, die von https://timmapwormate.com entwickelt wurde, und ihr Hauptmerkmal ist "Kết nối các nhóm và mọi người.".
Erweiterungsscreenshots
Tìm map Wormate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tìm map Wormate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Our extension works on Wormate.io is a successful online game with fun graphics. Our extension allows map selection options in the GAME! create conditions for individuals in a group or friends to play in the same map together.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hpcpbkakddofjpdkafplpgdldbbbbcdl |
Offizielle URL | https://chrome.google.com/webstore/detail/t%C3%ACm-map-wormate/hpcpbkakddofjpdkafplpgdldbbbbcdl |
Beschreibung | Kết nối các nhóm và mọi người. |
Dateigröße | 27.09 KB |
Installationsanzahl | 5,208 |
Aktuelle Version | 0.1 |
Letztes Update | 2023-02-08 |
Veröffentlichungsdatum | 2022-03-14 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | https://timmapwormate.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://timmapwormate.com/ |
Hilfeseite URL | https://timmapwormate.com/install/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T\u00ecm map Wormate", "description": "K\u1ebft n\u1ed1i c\u00e1c nh\u00f3m v\u00e0 m\u1ecdi ng\u01b0\u1eddi.", "author": "Ph\u1ea1m Ph\u00fa B\u00e1ch", "icons": { "128": "icon.png" }, "manifest_version": 3, "version": "0.1", "action": { "default_popup": "popup\/popup.html", "default_title": "T\u00ecm map WORMATE" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/wormate.io\/*" ] } |