Victorize

Victorize your annoying Facebook emotions!

What is Victorize?

Victorize is a Chrome extension developed by Bajzáth Árpád, and its main feature is "Victorize your annoying Facebook emotions!".

Extension Screenshots

screenshot
screenshot

Download Victorize Extension CRX File

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

                        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 :))                    

Extension Basic Information

Name Victorize Victorize
ID kdpfmmdlnlhgaanmbhhfklnocjkagndh
Official URL https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh
Description Victorize your annoying Facebook emotions!
File Size 13.58 KB
Installation Count 20
Current Version 0.0.1
Last Updated 2016-02-29
Publish Date 2016-02-29
Rating 5.00/5 Total 7 Ratings
Developer Bajzáth Árpád
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}