Uncover twitter.com Background
Hides the content wrapper, so you can see the background image!
Uncover twitter.com Backgroundคืออะไร?
Uncover twitter.com Background เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://en.milado.net และคุณลักษณะหลักของมันคือ "Hides the content wrapper, so you can see the background image!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uncover twitter.com Background
ดาวน์โหลดไฟล์ส่วนขยาย Uncover twitter.com Background ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you access twitter.com, a new icon (twitter logo) will appear in the omnibar, clicking it will hide / show the content wrapper in twitter.com, so you can see the profile background image.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Uncover twitter.com Background |
ID | nfhjomahbnhnkhggiajkcckmakbpddio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/uncover-twittercom-backgr/nfhjomahbnhnkhggiajkcckmakbpddio |
คำอธิบาย | Hides the content wrapper, so you can see the background image! |
ขนาดไฟล์ | 16.57 KB |
จำนวนการติดตั้ง | 52 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2013-10-29 |
วันที่เผยแพร่ | 2013-10-29 |
คะแนน | 2.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://en.milado.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Uncover twitter.com Background", "description": "Hides the content wrapper, so you can see the background image!", "version": "1.1.1", "permissions": [ "tabs", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Uncover twitter.com Background" } } |