VKleaner

Tool for vk.com than hides unwanted post from news feed.

VKleanerคืออะไร?

VKleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eugene Zhlobo และคุณลักษณะหลักของมันคือ "Tool for vk.com than hides unwanted post from news feed."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VKleaner

ดาวน์โหลดไฟล์ส่วนขยาย VKleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you have problem with reading your personal news feed on vk.com like me? I don't want to read trash from groups and public pages I'm not subsribed. I don't want to view posts with links on QA-sites such as formspring.com, ask.fm and others. VKleaner is nice tool that can hide posts given types and save you time.

VKleaner can:
- hide reposts by friends from group you're not subsribed.
- hide reposts by friends from other friends.
- hide posts with links on different sites.
- hide posts containig videos and musics.
- hide sharing of groups.
- hide posts by apps

If you're afraid to miss something important you can setup application that it will collapse all unwanted posts rather than deleting it from feed. Collapsed messages will contain author's name and you can expand it just by click.

VKleaner is an open source tool and you're welcome to contribute on github: https://github.com/ezhlobo/VKleaner

http://vk.com/vkleaner                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VKleaner VKleaner
ID hihkbknagjnjjplanppeaaelkckkjcme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vkleaner/hihkbknagjnjjplanppeaaelkckkjcme
คำอธิบาย Tool for vk.com than hides unwanted post from news feed.
ขนาดไฟล์ 48.72 KB
จำนวนการติดตั้ง 375
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2013-07-26
วันที่เผยแพร่ 2013-07-26
คะแนน 4.49/5 รวมทั้งหมด 39 คะแนน
ผู้พัฒนา Eugene Zhlobo
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://vkleaner.losky.net
URL หน้าช่วยเหลือ https://github.com/EvgenyZhlobo/VKleaner/issues
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VKleaner",
    "version": "2.2.0",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "css": [
                "css\/feed.css"
            ],
            "js": [
                "js\/hata.js",
                "js\/storage.js",
                "js\/common.js",
                "js\/feed.functions.js",
                "js\/feed.detectors.js",
                "js\/feed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}