ASZreakcje

ASZreakcje

What is ASZreakcje?

ASZreakcje is a Chrome extension developed by Bartlomiej Gasior, and its main feature is "ASZreakcje".

Extension Screenshots

screenshot

Download ASZreakcje Extension CRX File

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

                        EN:
This extension replaces default facebook "reactions" images with Polish political parties.
Important note: Only you, and other people with this extension will see those reactions.
This app is made for fun purposes only!

PL:
Ten dodatek zamienia standardowe "reakcje" facebooka na polskie partie polityczne.
Ważna informacja: Tylko ty, i inni ludzie posiadający ten dodatek będą widzieli nowe "reakcje".
Ta aplikacja jest stworzona w celu rozrywkowym :)                    

Extension Basic Information

Name ASZreakcje ASZreakcje
ID jhomeefaclimneefmpijmolekmejhjfe
Official URL https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe
Description ASZreakcje
File Size 26.35 KB
Installation Count 27
Current Version 1.0.1
Last Updated 2016-02-27
Publish Date 2016-02-27
Rating 5.00/5 Total 3 Ratings
Developer Bartlomiej Gasior
Payment Type free
Supported Languages pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ASZreakcje",
    "description": "ASZreakcje",
    "version": "1.0.1",
    "icons": {
        "48": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "background.png"
    ],
    "content_scripts": [
        {
            "css": [
                "background.css"
            ],
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ]
}