How Italians Like on Facebook

me_irl

What is How Italians Like on Facebook?

How Italians Like on Facebook is a Chrome extension developed by magicalmidge, and its main feature is "me_irl".

Extension Screenshots

screenshot

Download How Italians Like on Facebook Extension CRX File

Download How Italians Like on Facebook 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

                        Inspired from: https://www.reddit.com/r/me_irl/comments/5zpwqw/meirl/

Dank memes                    

Extension Basic Information

Name How Italians Like on Facebook How Italians Like on Facebook
ID abcplaoebfcgkjahoefngdindefodgnk
Official URL https://chrome.google.com/webstore/detail/how-italians-like-on-face/abcplaoebfcgkjahoefngdindefodgnk
Description me_irl
File Size 124 KB
Installation Count 10
Current Version 1.0
Last Updated 2017-03-17
Publish Date 2017-03-17
Rating 5.00/5 Total 1 Ratings
Developer magicalmidge
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "How Italians Like on Facebook",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "Images\/newlikebutton.png",
        "48": "Images\/newlikebutton.png",
        "128": "Images\/newlikebutton.png"
    },
    "description": "me_irl",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "css": [
                "Styles\/replaceLike.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/www.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "Styles\/replaceLike.css",
        "Images\/*.png"
    ],
    "browser_action": {
        "default_icon": "Images\/newlikebutton.png"
    }
}