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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ImanGM และคุณลักษณะหลักของมันคือ "This extension improves admin UI and also will help to detect spams in Envato Admin page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Envato Mods: Spam Removal Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        }
    ]
}