VK Purify

Removes annoying posts from the feed in VK.com

VK Purify क्या है?

VK Purify Victor Sheyanov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes annoying posts from the feed in VK.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VK Purify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}