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".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } ] } |