VK repost disabler

Disable re-posts on vk.com

VK repost disablerคืออะไร?

VK repost disabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrey "Chips" Kuzmin และคุณลักษณะหลักของมันคือ "Disable re-posts on vk.com"

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

screenshot

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

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

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

                        Extension for hiding all reposts from your feed. Enjoy pure news from friends.                    

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

ชื่อ VK repost disabler VK repost disabler
ID jkojefcglhgpoeocomgojkiilbhdljac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vk-repost-disabler/jkojefcglhgpoeocomgojkiilbhdljac
คำอธิบาย Disable re-posts on vk.com
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2013-05-08
วันที่เผยแพร่ 2013-05-07
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Andrey "Chips" Kuzmin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VK repost disabler",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "Disable re-posts on vk.com",
    "icons": {
        "16": "vk_disabler16.png",
        "48": "vk_disabler48.png",
        "128": "vk_disabler128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/feed"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}