Social Trust - vk ad blocker and feed filter
Filter & Make you vk.com news feed more relevant
Wat is Social Trust - vk ad blocker and feed filter?
Social Trust - vk ad blocker and feed filter is een Chrome-extensie ontwikkeld door https://socialtrust.ru, en de belangrijkste functie is "Filter & Make you vk.com news feed more relevant".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Trust - vk ad blocker and feed filter
Download Social Trust - vk ad blocker and feed filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Простое и удобное расширение для скрытия из ВКонтакте нежелательных постов. Очистка новостной ленты от лишних групп, скучных репостов и прочего мусора. В alpha-версии уже доступна настройка базовых фильтров. Basisinformatie over de Extensie
| Naam | |
| ID | ocilkclgcgcpfbmkmgnjgfjoanjefnop |
| Officiële URL | https://chromewebstore.google.com/detail/social-trust-vk-ad-blocke/ocilkclgcgcpfbmkmgnjgfjoanjefnop |
| Beschrijving | Filter & Make you vk.com news feed more relevant |
| Bestandsgrootte | 871 KB |
| Aantal Installaties | 40,000 |
| Huidige Versie | 0.24.21 |
| Laatst Bijgewerkt | 2024-02-01 |
| Publicatiedatum | 2020-12-04 |
| Beoordeling | 4.97/5 Totaal 119 Beoordelingen |
| Ontwikkelaar | https://socialtrust.ru |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://socialtrust.ru/privacy-ru |
| Ondersteunde Talen | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"version": "0.24.21",
"author": "SocialTrust",
"default_locale": "ru",
"homepage_url": "https:\/\/socialtrust.ru\/",
"icons": {
"256": "images\/icon256.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"web_accessible_resources": [
"scripts\/*",
"_locales\/*"
],
"permissions": [
"*:\/\/vk.com\/*",
"*:\/\/*.vk.com\/*",
"*:\/\/socialtrust.ru\/*"
],
"optional_permissions": [
"*:\/\/*\/*"
],
"manifest_version": 2,
"background": {
"scripts": [
"scripts\/background.js"
]
},
"content_scripts": [
{
"all_frames": true,
"js": [
"scripts\/content.js"
],
"matches": [
"https:\/\/vk.com\/*"
],
"run_at": "document_idle"
},
{
"js": [
"scripts\/rate.js",
"scripts\/adfilter.js",
"scripts\/prepare.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_idle"
}
]
} | |