Clifl
Client for Clifl
What is Clifl?
Clifl is a Chrome extension developed by https://ytmonster.ru, and its main feature is "Client for Clifl".
Extension Screenshots
Download Clifl Extension CRX File
Download Clifl 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
Расширение предназначено для обмена просмотрами видео с ютуб каналов, пользователи которых зарегистрированны на сайте ytmonster.ru и в создании мнения людей о видео и советов для улучшения и создания более качественного видео.
Extension Basic Information
Name | Clifl |
ID | ffjbejplhhgfbhckieoklhaoibhckbed |
Official URL | https://chromewebstore.google.com/detail/clifl/ffjbejplhhgfbhckieoklhaoibhckbed |
Description | Client for Clifl |
File Size | 1.36 MB |
Installation Count | 4,006 |
Current Version | 4.0.2 |
Last Updated | 2023-12-28 |
Publish Date | 2020-04-21 |
Rating | 2.71/5 Total 14 Ratings |
Developer | https://ytmonster.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://ytmonster.ru/ |
Privacy Policy Page URL | https://ytmonster.ru/privacy_policy.html |
Supported Languages | ru |
manifest.json | |
{ "manifest_version": 2, "name": "Clifl", "version": "4.0.2", "description": "Client for Clifl", "icons": { "48": "icons\/border-48.png" }, "browser_specific_settings": { "gecko": { "strict_min_version": "113.0.0" } }, "browser_action": { "default_icon": "icons\/border-48.png", "default_title": "Clifl", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.ytmonster.ru\/*", "*:\/\/*.clifl.com\/*" ], "js": [ "\/popup\/content_script.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "storage", "declarativeNetRequest", "*:\/\/*.youtube.com\/*", "*:\/\/*.ytmonster.ru\/*", "*:\/\/*.clifl.com\/*" ], "web_accessible_resources": [ "\/content_scripts\/*" ] } |