Tanji
Tanji
Cos'è Tanji?
Tanji è un'estensione di Chrome sviluppata da Tanji & G-Earth DEV, e la sua funzione principale è "Tanji".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tanji
Scarica i file di estensione Tanji 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
Tanji Script Injecter Habbo
Informazioni di Base sull'Estensione
Nome | |
ID | ibogbelhcgkoicmfjoobalmffokjlefa |
URL Ufficiale | https://chrome.google.com/webstore/detail/tanji/ibogbelhcgkoicmfjoobalmffokjlefa |
Descrizione | Tanji |
Dimensione del File | 35.24 KB |
Conteggio Installazioni | 52 |
Versione Corrente | 1.6.5 |
Ultimo Aggiornamento | 2020-12-03 |
Data di Pubblicazione | 2020-12-03 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Tanji & G-Earth DEV |
[email protected] | |
Lingue Supportate | es-419 |
manifest.json | |
{ "content_scripts": [ { "js": [ "calculator\/jquery.min.js", "calculator\/calc.js", "calculator\/calculator.js" ], "matches": [ "https:\/\/*.habbocool.com\/*", "https:\/\/*.djsfactory.com\/*", "https:\/\/*.habbocool.net\/*", "https:\/\/*.habbocool.org\/*", "https:\/\/*.habtium.es\/*", "https:\/\/*.habbo.es\/*" ], "run_at": "document_start" } ], "description": "Tanji", "manifest_version": 2, "name": "Tanji", "permissions": [ "storage", "https:\/\/*.habbocool.com\/*", "https:\/\/*.djsfactory.com\/*", "https:\/\/*.habbocool.net\/*", "https:\/\/*.habbo.es\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.5" } |