YouFastViews
Добавляет просмотры в ленту
What is YouFastViews?
YouFastViews is a Chrome extension developed by http://skill-it.ru, and its main feature is "Добавляет просмотры в ленту".
Extension Screenshots
Download YouFastViews Extension CRX File
Download YouFastViews 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 | |
ID | opnbidkomaaalpmmhaaghnipfcopdkkb |
Official URL | https://chrome.google.com/webstore/detail/youfastviews/opnbidkomaaalpmmhaaghnipfcopdkkb |
Description | Добавляет просмотры в ленту |
File Size | 55.1 KB |
Installation Count | 602 |
Current Version | 1.1 |
Last Updated | 2018-06-15 |
Publish Date | 2018-06-15 |
Rating | 2.75/5 Total 20 Ratings |
Developer | http://skill-it.ru |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |