AdSpoiler

Официальное расширение для аналитики групп и работы с маркет-платформой от AdSpoiler

Wat is AdSpoiler?

AdSpoiler is een Chrome-extensie ontwikkeld door https://adspoiler.com, en de belangrijkste functie is "Официальное расширение для аналитики групп и работы с маркет-платформой от AdSpoiler".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AdSpoiler

Download AdSpoiler-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

                        Официальное расширение для анализа групп и работы с Маркет-платформой от AdSpoiler.

В расширении вы сможете:
* Искать группы на Маркет-платформе.
* Анализировать свободные места по дате и времени.
* Смотреть статистику сообщества прямо в браузере.

Скачивайте расширение и оставляйте отзывы!

Команда AdSpoiler всегда рада совершенствовать свои продукты.                    

Basisinformatie over de Extensie

Naam AdSpoiler AdSpoiler
ID mefkaeaddmfcaobcbofpfkohmdaeihbd
Officiële URL https://chromewebstore.google.com/detail/adspoiler/mefkaeaddmfcaobcbofpfkohmdaeihbd
Beschrijving Официальное расширение для аналитики групп и работы с маркет-платформой от AdSpoiler
Bestandsgrootte 1010 KB
Aantal Installaties 11,699
Huidige Versie 2.1.6
Laatst Bijgewerkt 2020-04-12
Publicatiedatum 2020-04-12
Beoordeling 4.13/5 Totaal 46 Beoordelingen
Ontwikkelaar https://adspoiler.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://vk.com/ad_spoiler
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdSpoiler",
    "description": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0430\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0438 \u0433\u0440\u0443\u043f\u043f \u0438 \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u043c\u0430\u0440\u043a\u0435\u0442-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u043e\u0439 \u043e\u0442 AdSpoiler",
    "version": "2.1.6",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "20": "images\/icon-20.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "40": "images\/icon-40.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "https:\/\/vk.com\/*",
        "https:\/\/*.vk.com\/*",
        "https:\/\/old.adspoiler.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}