Victorize
Victorize your annoying Facebook emotions!
Wat is Victorize?
Victorize is een Chrome-extensie ontwikkeld door Bajzáth Árpád, en de belangrijkste functie is "Victorize your annoying Facebook emotions!".
Extensie Screenshots
Download het CRX-bestand van de extensie Victorize
Download Victorize-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
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 :)) Basisinformatie over de Extensie
| Naam | |
| ID | kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| Officiële URL | https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh |
| Beschrijving | Victorize your annoying Facebook emotions! |
| Bestandsgrootte | 13.58 KB |
| Aantal Installaties | 20 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2016-02-29 |
| Publicatiedatum | 2016-02-29 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Bajzáth Árpád |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |