Color Changer for Facebook™
A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.
Cos'è Color Changer for Facebook™?
Color Changer for Facebook™ è un'estensione di Chrome sviluppata da spacewebacc, e la sua funzione principale è "A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Color Changer for Facebook™
Scarica i file di estensione Color Changer for Facebook™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | blfkmmfngackeejimehjkmendglnabnm |
| URL Ufficiale | https://chromewebstore.google.com/detail/color-changer-for-faceboo/blfkmmfngackeejimehjkmendglnabnm |
| Descrizione | A simple customizer for Facebook™ - change the color scheme, upload image as background to create a better Facebook™ experience. |
| Dimensione del File | 202 KB |
| Conteggio Installazioni | 11,346 |
| Versione Corrente | 2.5.3 |
| Ultimo Aggiornamento | 2023-10-26 |
| Data di Pubblicazione | 2020-05-21 |
| Valutazione | 4.38/5 Totale 29 Valutazioni |
| Sviluppatore | spacewebacc |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/make-better/privacy |
| Lingue Supportate | 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\/*"
]
} | |