RESES
Reddit Enhancement Suite Enhancement Suite
什麼是RESES?
RESES是由codisms開發的Chrome擴展程式,該擴展的主要功能是“Reddit Enhancement Suite Enhancement Suite”。
擴展截圖
下載RESES擴展crx文件
下載RESES擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
--Reddit Enhancement Suite Enhancement Suite-- Don't like those pesky '? | ?' icons? Want the numbers back even though they didn't mean anything? Install this extension to see numbers again! The numbers are not accurate and are purely random. Although, they never were accurate, so this should satiate the urge! NOTE: I have no affiliation with RES or Reddit and offer this as a free service to improve RES.
擴展基本資訊
名稱 | ![]() |
ID | idmjmdhcnofimdgkcjebieefdbmbomfe |
官方網址 | https://chrome.google.com/webstore/detail/reses/idmjmdhcnofimdgkcjebieefdbmbomfe |
簡介 | Reddit Enhancement Suite Enhancement Suite |
檔案大小 | 40.32 KB |
安裝次數 | 149 |
目前版本 | 1.5 |
更新時間 | 2014-06-26 |
上架時間 | 2014-06-26 |
開發者 | codisms |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RESES", "description": "Reddit Enhancement Suite Enhancement Suite", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*" ], "js": [ "jquery.js", "reses.js" ] } ] } |