Facepunch Fixer
Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…
Facepunch Fixerคืออะไร?
Facepunch Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Laharl และคุณลักษณะหลักของมันคือ "Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facepunch Fixer
ดาวน์โหลดไฟล์ส่วนขยาย Facepunch Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was embedded in the original post will now be embedded in the quote. There is more than likely an error with this somewhere, but I haven't found any yet. Can definitely cause some weird formatting. Works (usually) for:tags,
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | bpfmgikmjbhelahhkefalkabjhoddped |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/facepunch-fixer/bpfmgikmjbhelahhkefalkabjhoddped |
คำอธิบาย | Every piece of functionality is now an option that can be enabled/disabled from the options page. Media in quoted posts that was… |
ขนาดไฟล์ | 35.25 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.4.3 |
อัปเดตครั้งล่าสุด | 2018-03-24 |
วันที่เผยแพร่ | 2018-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Laharl |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://forum.facepunch.com/f/meta/bskxx/1/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Facepunch Fixer", "options_page": "options.html", "version": "1.4.3", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/forum.facepunch.com\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "icon.png", "64": "icon.png", "32": "icon.png", "16": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "storage", "https:\/\/forum.facepunch.com\/" ] } |