Chota Bheem Theme
Do What Is Right, Not What Is Easy!
Chota Bheem Themeคืออะไร?
Chota Bheem Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.appicted.in และคุณลักษณะหลักของมันคือ "Do What Is Right, Not What Is Easy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chota Bheem Theme
ดาวน์โหลดไฟล์ส่วนขยาย Chota Bheem Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Check out more of my work here: www.appicted.in If you like my work then please consider donating: Paypal - [email protected] No copyright infringement intented.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pnfglbapbpdmlkolnghkdjciaddckmme |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chota-bheem-theme/pnfglbapbpdmlkolnghkdjciaddckmme |
คำอธิบาย | Do What Is Right, Not What Is Easy! |
ขนาดไฟล์ | 318 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2018-11-24 |
วันที่เผยแพร่ | 2018-11-24 |
ผู้พัฒนา | http://www.appicted.in |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://skl.sh/2EwIG38 |
URL หน้าช่วยเหลือ | http://www.appicted.in |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Do What Is Right, Not What Is Easy!", "name": "Chota Bheem Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Chota Bheem" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |