Prefer Old Reddit Profiles (by /u/corylulu)
Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Prefer Old Reddit Profiles (by /u/corylulu)คืออะไร?
Prefer Old Reddit Profiles (by /u/corylulu) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corylulu และคุณลักษณะหลักของมันคือ "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Prefer Old Reddit Profiles (by /u/corylulu)
ดาวน์โหลดไฟล์ส่วนขยาย Prefer Old Reddit Profiles (by /u/corylulu) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
คำอธิบาย | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
ขนาดไฟล์ | 44.3 KB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2017-11-08 |
วันที่เผยแพร่ | 2017-11-08 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | corylulu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.reddit.com/u/corylulu |
URL หน้าช่วยเหลือ | http://www.reddit.com/u/corylulu |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "arrive.min.js", "index.js" ], "matches": [ "http:\/\/*.reddit.com\/*", "http:\/\/reddit.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/reddit.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.", "manifest_version": 2, "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)", "version": "1.0.2" } |