ASZreakcje

ASZreakcje

Wat is ASZreakcje?

ASZreakcje is een Chrome-extensie ontwikkeld door Bartlomiej Gasior, en de belangrijkste functie is "ASZreakcje".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ASZreakcje

Download ASZreakcje-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ASZreakcje ASZreakcje
ID jhomeefaclimneefmpijmolekmejhjfe
Officiële URL https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe
Beschrijving ASZreakcje
Bestandsgrootte 26.35 KB
Aantal Installaties 27
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-02-27
Publicatiedatum 2016-02-27
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Bartlomiej Gasior
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}