JarJarBinksify
Replaces all images on all pages to Jar Jar Binks
JarJarBinksifyคืออะไร?
JarJarBinksify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ananibunny และคุณลักษณะหลักของมันคือ "Replaces all images on all pages to Jar Jar Binks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JarJarBinksify
ดาวน์โหลดไฟล์ส่วนขยาย JarJarBinksify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JarJarBinksify |
ID | llhhpbkgmpbdflbfmifoaoeghioajefg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jarjarbinksify/llhhpbkgmpbdflbfmifoaoeghioajefg |
คำอธิบาย | Replaces all images on all pages to Jar Jar Binks |
ขนาดไฟล์ | 76.33 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-05-04 |
วันที่เผยแพร่ | 2016-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ananibunny |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "jquery-1.8.0.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Replaces all images on all pages to Jar Jar Binks", "manifest_version": 2, "name": "JarJarBinksify", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |