Color Changer for Facebook™
A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.
Qu'est-ce que Color Changer for Facebook™ ?
Color Changer for Facebook™ est une extension Chrome développée par spacewebacc, et sa fonction principale est "A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color Changer for Facebook™
Téléchargez les fichiers d'extension Color Changer for Facebook™ 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
Make It Better - Easy and functional customizer for Facebook ™. Change color scheme of Fb ™ to any that you want to create a better Facebook ™ experience. Customize your Facebook ™: - Change Header color; - Change Background color; - Change Text color; - Upload your own image as a Background. Create your own unique theme for Facebook ™ and enjoy the result! After installing this extension, go to Facebook ™ and click on the extension icon in the right-top corner of the browser to open the control panel. Facebook™ is a trademark of Facebook™ Inc. This extension, namely "Make Facebook™ Better" has no connection to Facebook ™ inc.
Informations de Base sur l'Extension
Nom | Color Changer for Facebook™ |
ID | blfkmmfngackeejimehjkmendglnabnm |
URL Officiel | https://chromewebstore.google.com/detail/color-changer-for-faceboo/blfkmmfngackeejimehjkmendglnabnm |
Description | A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience. |
Taille du Fichier | 202 KB |
Nombre d'Installations | 11,346 |
Version Actuelle | 2.5.3 |
Dernière Mise à Jour | 2023-10-26 |
Date de Publication | 2020-05-21 |
Évaluation | 4.38/5 Total 29 Évaluations |
Développeur | spacewebacc |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/make-better/privacy |
Langues Prises en Charge | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "libs\/jquery.js", "background.js" ] }, "browser_action": { "default_icon": "assets\/icons\/on.png", "default_popup": "popup\/index.html" }, "content_scripts": [ { "js": [ "content\/app.js", "content\/worker.js", "content\/worker\/colorizer.js", "content\/run.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "assets\/icons\/icon-128.png", "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "64": "assets\/icons\/icon-64.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+ewob+i0q0T+Mr6W\/BxUYm0\/8nSeDeN2DuhxnZi01YmOX7DTVNI9qrpz55rqejq8\/l2io1ug4r0ZcbmDbekop3x4igcwJDknX\/kRB0H6HnyLBlR2gpmgwQqVeWXyIN45UsY7TBJ1Sj5+IF9U2NVq4szIZRM5etdw2zk9qKhWdt+Z9i4oRObFoBoU1Sf2ScS5BLlf3fVf1gqb1NtQ6xBG3CM0dSW3sI0Zf777Qv++UQ\/EI3r4blC6VDf6ckMlWc3HW8OSfbeeaQvnZsdU1tMj\/BMTtbqTm2qn4Iq\/RxUg0QHlrZ2lQj1rl8WEisTPstWMnhrjSui5oe\/eU\/jhaW1XwIDAQAB", "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "*:\/\/*.facebook.com\/*", "tabs", "storage" ], "short_name": "__MSG_short_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.5.3", "version_name": "2.5.3", "web_accessible_resources": [ "resources\/*" ] } |