AvFastViews

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

Cos'è AvFastViews?

AvFastViews è un'estensione di Chrome sviluppata da http://jekacompas.ru, e la sua funzione principale è "Добавляет просмотры в ленту".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AvFastViews

Scarica i file di estensione AvFastViews 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

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

Informazioni di Base sull'Estensione

Nome AvFastViews AvFastViews
ID lnhhgpaobbkkbbcjaolhbiglklhgfnkp
URL Ufficiale https://chrome.google.com/webstore/detail/avfastviews/lnhhgpaobbkkbbcjaolhbiglklhgfnkp
Descrizione Добавляет просмотры в ленту
Dimensione del File 54.86 KB
Conteggio Installazioni 7,923
Versione Corrente 1.3
Ultimo Aggiornamento 2018-06-15
Data di Pubblicazione 2018-06-15
Valutazione 2.81/5 Totale 109 Valutazioni
Sviluppatore http://jekacompas.ru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}