Envato Mods: Spam Removal Helper
This extension improves admin UI and also will help to detect spams in Envato Admin page.
什麼是Envato Mods: Spam Removal Helper?
Envato Mods: Spam Removal Helper是由ImanGM開發的Chrome擴展程式,該擴展的主要功能是“This extension improves admin UI and also will help to detect spams in Envato Admin page.”。
擴展截圖
下載Envato Mods: Spam Removal Helper擴展crx文件
下載Envato Mods: Spam Removal Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is only useful for Moderators in Envato. This is what you'll get by installing this extension: 1. All of disabled spam messages will be hidden in admin dashboard. 2. In admin dashboard, you'll see the threads of each forum as a tab. This way you don't need to scroll to the end of the page to see new posts in each forum. 3. It will highlight forum threads which are most likely spams and are not removed yet. 4. It will highlight forums threads without any replies. These are most probably the threads that you need to take care of them. 5. It will show other disabled threads in gray to don't let them distract you anymore.
擴展基本資訊
名稱 | Envato Mods: Spam Removal Helper |
ID | bafejeboppjbpeadhmbeeojlmpafmhek |
官方網址 | https://chromewebstore.google.com/detail/envato-mods-spam-removal/bafejeboppjbpeadhmbeeojlmpafmhek |
簡介 | This extension improves admin UI and also will help to detect spams in Envato Admin page. |
檔案大小 | 56.74 KB |
安裝次數 | 60 |
目前版本 | 1.1 |
更新時間 | 2015-01-20 |
上架時間 | 2015-01-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ImanGM |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Envato Mods: Spam Removal Helper", "description": "This extension improves admin UI and also will help to detect spams in Envato Admin page.", "version": "1.1", "browser_action": { "name": "Mods: Improvements!", "icons": { "128": "icon_128.png" }, "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/themeforest.net\/admin*", "https:\/\/themeforest.net\/admin*", "http:\/\/audiojungle.net\/admin*", "https:\/\/audiojungle.net\/admin*", "http:\/\/codecanyon.net\/admin*", "https:\/\/codecanyon.net\/admin*", "http:\/\/graphicriver.net\/admin*", "https:\/\/graphicriver.net\/admin*" ], "js": [ "jquery-1.11.1.min.js", "background.js" ], "run_at": "document_end" } ] } |