Fotteria Screen Capture

Fotteria Screen Capture

What is Fotteria Screen Capture?

Fotteria Screen Capture is a Chrome extension developed by http://fotteria.pl, and its main feature is "Fotteria Screen Capture".

Extension Screenshots

screenshot

Download Fotteria Screen Capture Extension CRX File

Download Fotteria Screen Capture 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

                        Addon will be deprecated since 20-01-2014, please stop using it.                    

Extension Basic Information

Name Fotteria Screen Capture Fotteria Screen Capture
ID dddabdbolkohbpnpimnelhpekbfmlpke
Official URL https://chrome.google.com/webstore/detail/fotteria-screen-capture/dddabdbolkohbpnpimnelhpekbfmlpke
Description Fotteria Screen Capture
File Size 228 KB
Installation Count 273
Current Version 1.4.1
Last Updated 2014-01-13
Publish Date 2014-01-13
Rating 3.97/5 Total 39 Ratings
Developer http://fotteria.pl
Payment Type free
Supported Languages en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fotteria Screen Capture",
    "version": "1.4.1",
    "manifest_version": 2,
    "description": "Fotteria Screen Capture",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/fotteria.pl\/*",
                "https:\/\/fotteria.pl\/*",
                "http:\/\/*.fotteria.love\/*"
            ],
            "js": [
                "inject-fotteria.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "loader2.gif"
    ]
}