ASZreakcje
ASZreakcje
Cos'è ASZreakcje?
ASZreakcje è un'estensione di Chrome sviluppata da Bartlomiej Gasior, e la sua funzione principale è "ASZreakcje".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ASZreakcje
Scarica i file di estensione ASZreakcje in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :) Informazioni di Base sull'Estensione
| Nome | |
| ID | jhomeefaclimneefmpijmolekmejhjfe |
| URL Ufficiale | https://chromewebstore.google.com/detail/aszreakcje/jhomeefaclimneefmpijmolekmejhjfe |
| Descrizione | ASZreakcje |
| Dimensione del File | 26.35 KB |
| Conteggio Installazioni | 27 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2016-02-27 |
| Data di Pubblicazione | 2016-02-27 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Bartlomiej Gasior |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
]
} | |