Toggle Old Reddit Redirect
Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Toggle Old Reddit Redirectคืออะไร?
Toggle Old Reddit Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chunkybrewster และคุณลักษณะหลักของมันคือ "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Toggle Old Reddit Redirect
ดาวน์โหลดไฟล์ส่วนขยาย Toggle Old Reddit Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you prefer the old style of interface for Reddit more than the new one? Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix. You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL. https://github.com/chunkybrewster/toggle-old-reddit-redirect
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Toggle Old Reddit Redirect |
ID | pfhekjkfjbcbnohifmkgcplickojmbhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl |
คำอธิบาย | Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon. |
ขนาดไฟล์ | 31.29 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-07-13 |
วันที่เผยแพร่ | 2020-07-12 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | chunkybrewster |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chunkybrewster/toggle-old-reddit-redirect |
URL หน้าช่วยเหลือ | https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Toggle Old Reddit Redirect", "version": "1.1", "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.", "icons": { "48": "assets\/icons\/toggle-48.png", "64": "assets\/icons\/toggle-64.png", "96": "assets\/icons\/toggle-96.png", "128": "assets\/icons\/toggle-128.png" }, "permissions": [ "tabs", "storage", "webRequest", "webRequestBlocking", "*:\/\/www.reddit.com\/*", "*:\/\/np.reddit.com\/*", "*:\/\/new.reddit.com\/*" ], "browser_action": { "default_icon": "assets\/icons\/toggle-32.png", "default_title": "Toggle Old Reddit Redirect" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] } } |