YouFastViews

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

Cos'è YouFastViews?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouFastViews

Scarica i file di estensione YouFastViews 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 YouFastViews YouFastViews
ID opnbidkomaaalpmmhaaghnipfcopdkkb
URL Ufficiale https://chrome.google.com/webstore/detail/youfastviews/opnbidkomaaalpmmhaaghnipfcopdkkb
Descrizione Добавляет просмотры в ленту
Dimensione del File 55.1 KB
Conteggio Installazioni 602
Versione Corrente 1.1
Ultimo Aggiornamento 2018-06-15
Data di Pubblicazione 2018-06-15
Valutazione 2.75/5 Totale 20 Valutazioni
Sviluppatore http://skill-it.ru
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouFastViews",
    "version": "1.1",
    "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": [
        "*:\/\/youla.io\/*",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "gcm",
        "identity"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "load.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youla.io\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "YouFastViews",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}