Tumblr Mobile Images Next
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
Tumblr Mobile Images Nextคืออะไร?
Tumblr Mobile Images Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gadsy และคุณลักษณะหลักของมันคือ "Changes *.tumblr.com/mobile to show only images and links to page and next mobile page."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Mobile Images Next
ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Mobile Images Next ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ejhphllbbmdfcalgcdmofmmkbgpphhjk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tumblr-mobile-images-next/ejhphllbbmdfcalgcdmofmmkbgpphhjk |
คำอธิบาย | Changes *.tumblr.com/mobile to show only images and links to page and next mobile page. |
ขนาดไฟล์ | 2.79 KB |
จำนวนการติดตั้ง | 14 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-06-09 |
วันที่เผยแพร่ | 2013-06-08 |
ผู้พัฒนา | Gadsy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.tumblr.com\/mobile*" ] } ], "manifest_version": 2, "name": "Tumblr Mobile Images Next", "version": "1.0" } |