Victorize

Victorize your annoying Facebook emotions!

Apa itu Victorize?

Victorize adalah ekstensi Chrome yang dikembangkan oleh Bajzáth Árpád, dan fitur utamanya adalah "Victorize your annoying Facebook emotions!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Victorize

Unduh file ekstensi Victorize 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

                        Meg meg sem jelentek, de unod a Facebook emociokat? A kiegeszito segitsegevel a mi nagy vezerunk mimikajaval fejezheted ki magad!

Emotions are defined by Robert Vass (thx :))                    

Informasi Dasar Ekstensi

Nama Victorize Victorize
ID kdpfmmdlnlhgaanmbhhfklnocjkagndh
URL Resmi https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh
Deskripsi Victorize your annoying Facebook emotions!
Ukuran File 13.58 KB
Jumlah Instalasi 20
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2016-02-29
Tanggal Publikasi 2016-02-29
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Bajzáth Árpád
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Victorize",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Victorize your annoying Facebook emotions!",
    "homepage_url": "http:\/\/bajzath.hu",
    "author": "Arpad Bajzath",
    "icons": {
        "16": "icons\/app-icon.png",
        "48": "icons\/app-icon.png",
        "128": "icons\/app-icon.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}