Super High School Level Browser Addon
Replaces all instances of "Ultimate" with "Super High School Level."
Super High School Level Browser Addonคืออะไร?
Super High School Level Browser Addon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย decumos และคุณลักษณะหลักของมันคือ "Replaces all instances of "Ultimate" with "Super High School Level.""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super High School Level Browser Addon
ดาวน์โหลดไฟล์ส่วนขยาย Super High School Level Browser Addon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces all instances of "Super High School Level" with "Super High School Level." Inspired by Danganronpa game franchise and "Drumpfinator".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Super High School Level Browser Addon |
ID | bjildicncaekjoiiamclbglmfnepoldc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc |
คำอธิบาย | Replaces all instances of "Ultimate" with "Super High School Level." |
ขนาดไฟล์ | 3.67 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-09-08 |
วันที่เผยแพร่ | 2019-09-07 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | decumos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "Super High School Level Browser Addon" }, "content_scripts": [ { "js": [ "data\/content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": true } ], "description": "Replaces all instances of \"Ultimate\" with \"Super High School Level.\"", "manifest_version": 2, "name": "Super High School Level Browser Addon", "permissions": [ "tabs" ], "version": "1.0" } |