VK Purify

Removes annoying posts from the feed in VK.com

Was ist VK Purify?

VK Purify ist eine Chrome-Erweiterung, die von Victor Sheyanov entwickelt wurde, und ihr Hauptmerkmal ist "Removes annoying posts from the feed in VK.com".

Erweiterungsscreenshots

screenshot

VK Purify-Erweiterungs-CRX-Datei herunterladen

Laden Sie VK Purify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VK Purify VK Purify
ID mgbilpceofijmghkagnbjedjbgebddne
Offizielle URL https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne
Beschreibung Removes annoying posts from the feed in VK.com
Dateigröße 40.11 KB
Installationsanzahl 17
Aktuelle Version 0.0.32
Letztes Update 2015-05-26
Veröffentlichungsdatum 2015-05-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Victor Sheyanov
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}