Victorize
Victorize your annoying Facebook emotions!
Was ist Victorize?
Victorize ist eine Chrome-Erweiterung, die von Bajzáth Árpád entwickelt wurde, und ihr Hauptmerkmal ist "Victorize your annoying Facebook emotions!".
Erweiterungsscreenshots
Victorize-Erweiterungs-CRX-Datei herunterladen
Laden Sie Victorize-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
Meg meg sem jelentek, de unod a Facebook emociokat? A kiegeszito segitsegevel a mi nagy vezerunk mimikajaval fejezheted ki magad!
Emotions are defined by Robert Vass (thx :)) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| Offizielle URL | https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| Beschreibung | Victorize your annoying Facebook emotions! |
| Dateigröße | 13.58 KB |
| Installationsanzahl | 20 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2016-02-29 |
| Veröffentlichungsdatum | 2016-02-29 |
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
| Entwickler | Bajzáth Árpád |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | hu |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Victorize",
"version": "0.0.1",
"manifest_version": 2,
"description": "Victorize your annoying Facebook emotions!",
"homepage_url": "http:\/\/bajzath.hu",
"author": "Arpad Bajzath",
"icons": {
"16": "icons\/app-icon.png",
"48": "icons\/app-icon.png",
"128": "icons\/app-icon.png"
},
"permissions": [
"activeTab",
"*:\/\/*.facebook.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/facebook.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/*.facebook.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_start"
}
]
} | |