Victorize
Victorize your annoying Facebook emotions!
Qu'est-ce que Victorize ?
Victorize est une extension Chrome développée par Bajzáth Árpád, et sa fonction principale est "Victorize your annoying Facebook emotions!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Victorize
Téléchargez les fichiers d'extension Victorize au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :))
Informations de Base sur l'Extension
Nom | Victorize |
ID | kdpfmmdlnlhgaanmbhhfklnocjkagndh |
URL Officiel | https://chromewebstore.google.com/detail/victorize/kdpfmmdlnlhgaanmbhhfklnocjkagndh |
Description | Victorize your annoying Facebook emotions! |
Taille du Fichier | 13.58 KB |
Nombre d'Installations | 20 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-02-29 |
Date de Publication | 2016-02-29 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Bajzáth Árpád |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |