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是由Vipul Kashyap開發的Chrome擴展程式,該擴展的主要功能是“Adds new features to imgur. You can change the loading gif, add back the upvote/downvote (ratings) bar, much more!”。
擴展截圖
下載Imgurian Tweaks擴展crx文件
下載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 |
官方網址 | 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" ] } |