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."입니다.

확장 프로그램 스크린샷

screenshot

Envato Mods: Spam Removal Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Envato Mods: Spam Removal Helper
ID bafejeboppjbpeadhmbeeojlmpafmhek
공식 URL 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"
        }
    ]
}