ASZreakcje
ASZreakcje
Was ist ASZreakcje?
ASZreakcje ist eine Chrome-Erweiterung, die von Bartlomiej Gasior entwickelt wurde, und ihr Hauptmerkmal ist "ASZreakcje".
Erweiterungsscreenshots
ASZreakcje-Erweiterungs-CRX-Datei herunterladen
Laden Sie ASZreakcje-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jhomeefaclimneefmpijmolekmejhjfe |
| Offizielle URL | https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe |
| Beschreibung | ASZreakcje |
| Dateigröße | 26.35 KB |
| Installationsanzahl | 27 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2016-02-27 |
| Veröffentlichungsdatum | 2016-02-27 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Bartlomiej Gasior |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
}
]
} | |