Fotteria Screen Capture

Fotteria Screen Capture

Apa itu Fotteria Screen Capture?

Fotteria Screen Capture adalah ekstensi Chrome yang dikembangkan oleh http://fotteria.pl, dan fitur utamanya adalah "Fotteria Screen Capture".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fotteria Screen Capture

Unduh file ekstensi Fotteria Screen Capture dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fotteria Screen Capture Fotteria Screen Capture
ID dddabdbolkohbpnpimnelhpekbfmlpke
URL Resmi https://chrome.google.com/webstore/detail/fotteria-screen-capture/dddabdbolkohbpnpimnelhpekbfmlpke
Deskripsi Fotteria Screen Capture
Ukuran File 228 KB
Jumlah Instalasi 273
Versi Saat Ini 1.4.1
Terakhir Diperbarui 2014-01-13
Tanggal Publikasi 2014-01-13
Penilaian 3.97/5 Total 39 Penilaian
Pengembang http://fotteria.pl
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}