Imgurian Tweaks
Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!
Imgurian Tweaksคืออะไร?
Imgurian Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vipul Kashyap และคุณลักษณะหลักของมันคือ "Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgurian Tweaks
ดาวน์โหลดไฟล์ส่วนขยาย Imgurian Tweaks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows for customization of the imgur website. Current features include: - Ability to change loading gif - Adding the original ratings bar (upvote/downvote bar) - Imgur notifications - Removing the side gallery - Increasing the size of the main image - Adding a "YOU" tag to comments that you write - Adding a "STAFF" tag to comments that imgur employees write You can also easily stay updated on your gallery submissions. Feel free to request more features! You can contact me on imgur @patatocannon Hope you guys enjoy it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hljlokiakakknbbkpcoaceibkjmffnkp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/imgurian-tweaks/hljlokiakakknbbkpcoaceibkjmffnkp |
คำอธิบาย | Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more! |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 388 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2016-08-21 |
วันที่เผยแพร่ | 2016-08-21 |
คะแนน | 4.62/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Vipul Kashyap |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgurian Tweaks", "description": "Adds new features to imgur. You can change the loading gif, add back the upvote\/downvote (ratings) bar, much more!", "version": "1.7.0", "permissions": [ "webRequest", "webRequestBlocking", "storage", "contextMenus", "notifications", "*:\/\/*.imgur.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/imgur.com\/*" ], "js": [ "js\/jquery-2.1.4.min.js", "js\/content.js", "js\/messageloader.js" ], "css": [ "css\/inject.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ] }, "icons": { "16": "res\/16x16.png", "48": "res\/icon.png", "128": "res\/icon.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true, "open_in_tab": true }, "web_accessible_resources": [ "res\/loader.gif", "res\/marquee.png", "res\/fullscreen-enter-8x.png", "res\/fullscreen-exit-8x.png", "release_notes\/index.html" ] } |