4chan X Name Sync
Enables names on 4chan's forced anon boards. Requires 4chan X.
4chan X Name Syncคืออะไร?
4chan X Name Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://milkytiptoe.github.io/Name-Sync และคุณลักษณะหลักของมันคือ "Enables names on 4chan's forced anon boards. Requires 4chan X."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 4chan X Name Sync
ดาวน์โหลดไฟล์ส่วนขยาย 4chan X Name Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enables names on 4chan's forced anon boards. Requires 4chan X. This verion uses a different domain than https://chrome.google.com/webstore/detail/4chan-x-name-sync/oplkokdeabkddkihcbghgmpcamnddegk, but remains on the same server.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 4chan X Name Sync |
ID | cgfjnpgnolbkmhmagkaihicooplcjipl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/4chan-x-name-sync/cgfjnpgnolbkmhmagkaihicooplcjipl |
คำอธิบาย | Enables names on 4chan's forced anon boards. Requires 4chan X. |
ขนาดไฟล์ | 24.45 KB |
จำนวนการติดตั้ง | 496 |
เวอร์ชันปัจจุบัน | 4.9.3 |
อัปเดตครั้งล่าสุด | 2017-03-02 |
วันที่เผยแพร่ | 2017-03-01 |
ผู้พัฒนา | https://milkytiptoe.github.io/Name-Sync |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://namesync.net |
URL หน้าช่วยเหลือ | https://github.com/milkytiptoe/Name-Sync/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "4chan X Name Sync", "version": "4.9.3", "manifest_version": 2, "description": "Enables names on 4chan's forced anon boards. Requires 4chan X.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "NameSync.js" ], "matches": [ "*:\/\/boards.4chan.org\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "homepage_url": "https:\/\/namesync.net\/", "minimum_chrome_version": "33", "permissions": [ "https:\/\/namesync.net\/*" ] } |