Fly4free

Natychmiastowe powiadomienia o nowych artykułach na Fly4free

What is Fly4free?

Fly4free is a Chrome extension developed by [email protected], and its main feature is "Natychmiastowe powiadomienia o nowych artykułach na Fly4free".

Extension Screenshots

screenshot

Download Fly4free Extension CRX File

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

                                            

Extension Basic Information

Name Fly4free Fly4free
ID lolanmdficakhpkcgoojjchgnkoacieh
Official URL https://chromewebstore.google.com/detail/fly4free/lolanmdficakhpkcgoojjchgnkoacieh
Description Natychmiastowe powiadomienia o nowych artykułach na Fly4free
File Size 68.79 KB
Installation Count 150
Current Version 1.0.1
Last Updated 2015-05-20
Publish Date 2015-05-20
Rating 5.00/5 Total 3 Ratings
Developer [email protected]
Payment Type free
Extension Website http://www.fly4free.pl/
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fly4free",
    "short_name": "Fly4free.pl",
    "description": "Natychmiastowe powiadomienia o nowych artyku\u0142ach na Fly4free",
    "author": "[email protected]",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "http:\/\/api.fly4free.pl\/"
    ]
}