AvFastViews

Добавляет просмотры в ленту

What is AvFastViews?

AvFastViews is a Chrome extension developed by http://jekacompas.ru, and its main feature is "Добавляет просмотры в ленту".

Extension Screenshots

screenshot

Download AvFastViews Extension CRX File

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

                        Добавляет счетчик просмотров на авито в ленту для удобства анализа объявлений.
Поблагодарить за плагин можно на яндекс.деньги 410012973871482                    

Extension Basic Information

Name AvFastViews AvFastViews
ID lnhhgpaobbkkbbcjaolhbiglklhgfnkp
Official URL https://chrome.google.com/webstore/detail/avfastviews/lnhhgpaobbkkbbcjaolhbiglklhgfnkp
Description Добавляет просмотры в ленту
File Size 54.86 KB
Installation Count 7,923
Current Version 1.3
Last Updated 2018-06-15
Publish Date 2018-06-15
Rating 2.81/5 Total 109 Ratings
Developer http://jekacompas.ru
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AvFastViews",
    "version": "1.3",
    "description": "\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u044b \u0432 \u043b\u0435\u043d\u0442\u0443",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/avito.ru\/*",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "gcm",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "load.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/avito.ru\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "AvFastViews",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}