AdSpoiler

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

What is AdSpoiler?

AdSpoiler is a Chrome extension developed by https://adspoiler.com, and its main feature is "Официальное расширение для аналитики групп и работы с маркет-платформой от AdSpoiler".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AdSpoiler Extension CRX File

Download AdSpoiler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

Extension Basic Information

Name AdSpoiler AdSpoiler
ID mefkaeaddmfcaobcbofpfkohmdaeihbd
Official URL https://chromewebstore.google.com/detail/adspoiler/mefkaeaddmfcaobcbofpfkohmdaeihbd
Description Официальное расширение для аналитики групп и работы с маркет-платформой от AdSpoiler
File Size 1010 KB
Installation Count 11,699
Current Version 2.1.6
Last Updated 2020-04-12
Publish Date 2020-04-12
Rating 4.13/5 Total 46 Ratings
Developer https://adspoiler.com
Email [email protected]
Payment Type free
Help Page URL https://vk.com/ad_spoiler
Supported Languages 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"
        ]
    }
}