VK Purify

Removes annoying posts from the feed in VK.com

VK Purifyคืออะไร?

VK Purify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor Sheyanov และคุณลักษณะหลักของมันคือ "Removes annoying posts from the feed in VK.com"

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

screenshot

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

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

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

                        Until AdBlock doesn't hide all ads from VK.com, this small extension will do this job and will hide posts:
1) 'Recommended applications'
2) 'Ads post'

In the extension options there is an option to show message instead of the hidden post.                    

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

ชื่อ VK Purify VK Purify
ID mgbilpceofijmghkagnbjedjbgebddne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne
คำอธิบาย Removes annoying posts from the feed in VK.com
ขนาดไฟล์ 40.11 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.0.32
อัปเดตครั้งล่าสุด 2015-05-26
วันที่เผยแพร่ 2015-05-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Victor Sheyanov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "ru",
    "version": "0.0.32",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon_16.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "VK Purify"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js",
                "scripts\/options.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}