Remove VK ads
Removes advertisements, posts, banners on the social network Vkontakte
Cos'è Remove VK ads?
Remove VK ads è un'estensione di Chrome sviluppata da Vladimir Barkasov, e la sua funzione principale è "Removes advertisements, posts, banners on the social network Vkontakte".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove VK ads
Scarica i file di estensione Remove VK ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The extension removes the following types of ads on the vk.com social network:
- advertising banners on the left side of the page,
- advertising posts in the feed, publics and groups,
- advertising posts in the feed, publics and groups. Informazioni di Base sull'Estensione
| Nome | |
| ID | bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
| URL Ufficiale | https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
| Descrizione | Removes advertisements, posts, banners on the social network Vkontakte |
| Dimensione del File | 111 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2023-02-14 |
| Data di Pubblicazione | 2018-11-30 |
| Valutazione | 4.20/5 Totale 143 Valutazioni |
| Sviluppatore | Vladimir Barkasov |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "ru",
"name": "__MSG_appTitle__",
"description": "__MSG_appDesc__",
"version": "1.7",
"author": "Vladimir Barkasov",
"homepage_url": "https:\/\/vbarkasov.com",
"icons": {
"16": "img\/icons\/16default.png",
"32": "img\/icons\/32default.png",
"128": "img\/icons\/128default.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vk.com\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "img\/icons\/32default.png",
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/*.vk.com\/*"
],
"permissions": [
"activeTab"
]
} | |