Customize Facebook Style
Create an interesting experience and show your personal style by customizing Facebook color and background photo.
Qu'est-ce que Customize Facebook Style ?
Customize Facebook Style est une extension Chrome développée par https://pbion.com, et sa fonction principale est "Create an interesting experience and show your personal style by customizing Facebook color and background photo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Customize Facebook Style
Téléchargez les fichiers d'extension Customize Facebook Style 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
This tool supports changing colors and background images of Facebook. The demo interface is available. Version 2.0.5: Highlight icons
Informations de Base sur l'Extension
Nom | Customize Facebook Style |
ID | mjfipghbahcmkabjkeflpcickedokppl |
URL Officiel | https://chromewebstore.google.com/detail/customize-facebook-style/mjfipghbahcmkabjkeflpcickedokppl |
Description | Create an interesting experience and show your personal style by customizing Facebook color and background photo. |
Taille du Fichier | 1.04 MB |
Nombre d'Installations | 829 |
Version Actuelle | 2.0.5 |
Dernière Mise à Jour | 2019-05-07 |
Date de Publication | 2019-05-07 |
Évaluation | 4.41/5 Total 51 Évaluations |
Développeur | https://pbion.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://fbion.com |
URL de la Page de Politique de Confidentialité | https://pbion.com/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/analytics.js", "js\/jquery.js", "js\/demo.js", "js\/background.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Create an interesting experience and show your personal style by customizing Facebook color and background photo.", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png", "64": "logo64.png" }, "manifest_version": 2, "name": "Customize Facebook Style", "permissions": [ "https:\/\/*.facebook.com\/*", "https:\/\/*.fbion.com\/*", "tabs", "storage" ], "short_name": "Customize Facebook Style", "version": "2.0.5", "version_name": "2.0.5" } |