FL

Звуки событий на сайте fl.ru(сообщения, ответы на проект и СБР)

What is FL?

FL is a Chrome extension developed by bardak, and its main feature is "Звуки событий на сайте fl.ru(сообщения, ответы на проект и СБР)".

Download FL Extension CRX File

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

                        Звуки событий на сайте fl.ru(сообщения, ответы на проект и СБР)                    

Extension Basic Information

Name FL FL
ID pondloicgajfdbbigfcmljngkieajcne
Official URL https://chromewebstore.google.com/detail/fl/pondloicgajfdbbigfcmljngkieajcne
Description Звуки событий на сайте fl.ru(сообщения, ответы на проект и СБР)
File Size 35.91 KB
Installation Count 11
Current Version 1.1
Last Updated 2015-07-28
Publish Date 2015-07-27
Rating 3.00/5 Total 2 Ratings
Developer bardak
Email [email protected]
Payment Type free
Privacy Policy Page URL https://maskfb.ru/politic
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fl.ru\/*\/*"
            ],
            "js": [
                "jquery.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/fl.js"
    ]
}