AvFastViews

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

Wat is AvFastViews?

AvFastViews is een Chrome-extensie ontwikkeld door http://jekacompas.ru, en de belangrijkste functie is "Добавляет просмотры в ленту".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AvFastViews

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

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

Basisinformatie over de Extensie

Naam AvFastViews AvFastViews
ID lnhhgpaobbkkbbcjaolhbiglklhgfnkp
Officiële URL https://chrome.google.com/webstore/detail/avfastviews/lnhhgpaobbkkbbcjaolhbiglklhgfnkp
Beschrijving Добавляет просмотры в ленту
Bestandsgrootte 54.86 KB
Aantal Installaties 7,923
Huidige Versie 1.3
Laatst Bijgewerkt 2018-06-15
Publicatiedatum 2018-06-15
Beoordeling 2.81/5 Totaal 109 Beoordelingen
Ontwikkelaar http://jekacompas.ru
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}