Sangu Package
Package for Tribal Wars bullies
什麼是Sangu Package?
Sangu Package是由https://sangu.be開發的Chrome擴展程式,該擴展的主要功能是“Package for Tribal Wars bullies”。
擴展截圖
下載Sangu Package擴展crx文件
下載Sangu Package擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Het Sangu Package is een extensie voor het online spel Tribal Wars. Het is een verzameling van scripts die de bestaande TW pagina's gaan verrijken door extra informatie (afstanden, tijden, stacks) toe te voegen en door nieuwe mogelijkheden (sorteren, groeperen, filteren) aan te bieden. Het package biedt ondermeer shortcuts voor het uitvoeren van aanvallen, maar ook hulp bij het beheer van grote accounts en heeft taggers voor het helpen verdedigen ervan. Bovendien is het gedrag van het package naar ieders wens instelbaar.
擴展基本資訊
名稱 | Sangu Package |
ID | fhmbjphafbpdphffjihgekljkcchcdem |
官方網址 | https://chromewebstore.google.com/detail/sangu-package/fhmbjphafbpdphffjihgekljkcchcdem |
簡介 | Package for Tribal Wars bullies |
檔案大小 | 99.65 KB |
安裝次數 | 1,077 |
目前版本 | 8.233.3 |
更新時間 | 2021-04-27 |
上架時間 | 2020-02-12 |
評分 | 4.77/5 共 13 次評分 |
開發者 | https://sangu.be |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://sangu.be |
說明頁面URL | https://forum.tribalwars.nl/index.php?threads/gm-algemeen-discussietopic-sangu-package.137674/ |
支援的語言 | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "sangupackage.user.js" ], "matches": [ "https:\/\/*.tribalwars.nl\/game.php?*", "https:\/\/*.tribalwars.net\/game.php?*", "https:\/\/*.die-staemme.de\/game.php?*", "https:\/\/*.tribalwars.nl\/game.php?*", "https:\/\/*.staemme.ch\/game.php?*", "https:\/\/*.plemiona.pl\/game.php?*", "https:\/\/*.tribalwars.se\/game.php?*", "https:\/\/*.tribalwars.com.br\/game.php?*", "https:\/\/*.tribalwars.com.pt\/game.php?*", "https:\/\/*.divokekmeny.cz\/game.php?*", "https:\/\/*.bujokjeonjaeng.org\/game.php?*", "https:\/\/*.triburile.ro\/game.php?*", "https:\/\/*.voyna-plemyon.ru\/game.php?*", "https:\/\/*.fyletikesmaxes.gr\/game.php?*", "https:\/\/*.tribalwars.no.com\/game.php?*", "https:\/\/*.divoke-kmene.sk\/game.php?*", "https:\/\/*.klanhaboru.hu\/game.php?*", "https:\/\/*.tribalwars.dk\/game.php?*", "https:\/\/*.tribals.it\/game.php?*", "https:\/\/*.klanlar.org\/game.php?*", "https:\/\/*.guerretribale.fr\/game.php?*", "https:\/\/*.guerrastribales.es\/game.php?*", "https:\/\/*.tribalwars.fi\/game.php?*", "https:\/\/*.tribalwars.ae\/game.php?*", "https:\/\/*.tribalwars.co.uk\/game.php?*", "https:\/\/*.vojnaplemen.si\/game.php?*", "https:\/\/*.genciukarai.lt\/game.php?*", "https:\/\/*.plemena.com\/game.php?*", "https:\/\/*.perangkaum.net\/game.php?*", "https:\/\/*.tribalwars.asia\/game.php?*", "https:\/\/*.beta.tribalwars.net\/game.php?*", "https:\/\/*.tribalwars.us\/game.php?*", "https:\/\/*.tribalwarsmasters.net\/game.php?*", "http:\/\/sangu.be\/*", "http:\/\/www.sangu.be\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true, "description": "Package for Tribal Wars bullies", "name": "Sangu Package", "short_name": "SanguPackage", "version": "8.233.3", "icons": { "128": "favicon.png" } } |