Naruto Đại Chiến
Naruto Đại Chiến
Wat is Naruto Đại Chiến?
Naruto Đại Chiến is een Chrome-extensie ontwikkeld door 2T Young World, en de belangrijkste functie is "Naruto Đại Chiến".
Extensie Screenshots
Download het CRX-bestand van de extensie Naruto Đại Chiến
Download Naruto Đại Chiến-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sản phẩm được phát triển bởi narutodaichien.com. Nhằm mục đích hỗ trợ cho game thủ :
- Thay đổi mở tab mới thành trang chủ của game
- Cập nhật thông tin mới nhất từ game
- Cập nhật các banner sự kiện mới nhất của game
- Nhận quà đăng nhập hằng ngày dành riêng cho tiện ích này.
- Đăng nhập nhanh vào server vừa chơi Basisinformatie over de Extensie
| Naam | |
| ID | gcenmccakhemepfpogciahmlbgjpmbok |
| Officiële URL | https://chromewebstore.google.com/detail/naruto-%C4%91%E1%BA%A1i-chi%E1%BA%BFn/gcenmccakhemepfpogciahmlbgjpmbok |
| Beschrijving | Naruto Đại Chiến |
| Bestandsgrootte | 501 KB |
| Aantal Installaties | 519 |
| Huidige Versie | 2.3 |
| Laatst Bijgewerkt | 2015-08-31 |
| Publicatiedatum | 2015-08-30 |
| Beoordeling | 4.66/5 Totaal 67 Beoordelingen |
| Ontwikkelaar | 2T Young World |
| Betalingswijze | free |
| Extensiewebsite | http://narutodaichien.com/ |
| Ondersteunde Talen | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Naruto \u0110\u1ea1i Chi\u1ebfn",
"version": "2.3",
"description": "Naruto \u0110\u1ea1i Chi\u1ebfn",
"content_scripts": [
{
"js": [
"js\/jquery.min.js",
"js\/background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "popup.html"
},
"icons": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"scripts": [
"js\/jquery.min.js",
"js\/background.js"
],
"persistent": false
},
"incognito": "split",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/connect.facebook.net https:\/\/www.facebook.com; object-src 'self'"
} | |