IsIs to Tusken Raiders
This extension changes the IsIs to Tusken Raiders on the current page
IsIs to Tusken Raidersคืออะไร?
IsIs to Tusken Raiders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jessehmcdonald และคุณลักษณะหลักของมันคือ "This extension changes the IsIs to Tusken Raiders on the current page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IsIs to Tusken Raiders
ดาวน์โหลดไฟล์ส่วนขยาย IsIs to Tusken Raiders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of hearing about IsIs? Me too! This extension will spice things up a bit!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pikjamffbldfgmeehclbpgcnegkcknen |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen |
คำอธิบาย | This extension changes the IsIs to Tusken Raiders on the current page |
ขนาดไฟล์ | 3.94 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-12-19 |
วันที่เผยแพร่ | 2015-12-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jessehmcdonald |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IsIs to Tusken Raiders", "description": "This extension changes the IsIs to Tusken Raiders on the current page", "version": "1.0", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |