GoodTwitter Beta
Forces your browser to use old twitter.
GoodTwitter Betaคืออะไร?
GoodTwitter Beta เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zusor และคุณลักษณะหลักของมันคือ "Forces your browser to use old twitter."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoodTwitter Beta
ดาวน์โหลดไฟล์ส่วนขยาย GoodTwitter Beta ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
THIS IS THE BETA VERSION OF GOODTWITTER This is a version of GoodTwitter that contains some bugfixes that might be unstable. If you want to try this version UNINSTALL REGULAR GOODTWITTER FIRST! This Add-on brings back old twitter by changing the user agent of all your browsers requests to the one of an older browser For troubleshooting go here https://github.com/ZusorCode/GoodTwitterChrome/blob/master/troubleshooting.md This project is open-source: github.com/ZusorCode/GoodTwitterChrome Want to support me? ko-fi.com/zusordev Built by Zusor inspired by super raging about the redesign
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoodTwitter Beta |
ID | ehjbcokpmfbmpjlldihlcbkoakikcomd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodtwitter-beta/ehjbcokpmfbmpjlldihlcbkoakikcomd |
คำอธิบาย | Forces your browser to use old twitter. |
ขนาดไฟล์ | 11.19 KB |
จำนวนการติดตั้ง | 670 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-10-12 |
วันที่เผยแพร่ | 2019-10-12 |
คะแนน | 4.38/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Zusor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoodTwitter Beta", "version": "1.0", "description": "Forces your browser to use old twitter.", "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.twitter.com\/", "browsingData", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/info.html" }, "icons": { "128": "128.png" } } |