Themes for Facebook
Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!
Cos'è Themes for Facebook?
Themes for Facebook è un'estensione di Chrome sviluppata da https://fb.zone, e la sua funzione principale è "Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Themes for Facebook
Scarica i file di estensione Themes 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
🌈 Elevate your Facebook experience with our cutting-edge Chrome extension that offers a delightful visual transformation. Immerse yourself in a world of endless customization possibilities with a diverse selection of 48 thematic categories, ranging from mesmerizing space landscapes to captivating abstract art, the soothing beauty of nature, and the festive spirit of holidays. 🎞 But we don't stop at just themes – we've taken it a step further. Picture a dynamic, animated video background that breathes life into your Facebook feed, turning it into an engaging canvas of creativity. Our extension empowers you to select from a wide array of fonts and colors, allowing you to curate your very own personalized Facebook style. While this extension introduces a fresh and vibrant aesthetic to your Facebook page, rest assured that all your familiar interface elements remain intact. Your navigation and functionality are preserved, ensuring a seamless and intuitive user experience. Disclaimer: It's important to note that this project is an independent endeavor and is not officially affiliated with Facebook™. However, we are dedicated to enhancing your Facebook journey by providing a visually immersive and captivating environment that you can call your own.
Informazioni di Base sull'Estensione
Nome | Themes for Facebook |
ID | oodajhdbojacdmkhkiafdhicifcdjoig |
URL Ufficiale | https://chromewebstore.google.com/detail/themes-for-facebook/oodajhdbojacdmkhkiafdhicifcdjoig |
Descrizione | Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors! |
Dimensione del File | 108 KB |
Conteggio Installazioni | 8,403 |
Versione Corrente | 2.7 |
Ultimo Aggiornamento | 2023-12-19 |
Data di Pubblicazione | 2020-05-27 |
Valutazione | 4.88/5 Totale 431 Valutazioni |
Sviluppatore | https://fb.zone |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fb.zone |
URL della Pagina di Aiuto | https://fb.zone/feedback |
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 | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Themes for Facebook", "version": "2.7", "default_locale": "en", "description": "Enhance your Facebook experience: custom styles, animated backgrounds, fonts, and vibrant colors!", "background": { "service_worker": "js\/background\/init.js" }, "permissions": [ "storage", "tabs" ], "icons": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "64": "\/icons\/64x64.png", "128": "\/icons\/128x128.png", "256": "\/icons\/256x256.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_app_popup__", "default_icon": { "16": "\/icons\/16x16.png", "32": "\/icons\/32x32.png", "48": "\/icons\/48x48.png", "64": "\/icons\/64x64.png", "128": "\/icons\/128x128.png", "256": "\/icons\/256x256.png" } }, "content_scripts": [ { "js": [ "js\/content\/content.js" ], "matches": [ "*:\/\/*.fb.zone\/*", "*:\/\/*.facebook.com\/*" ], "all_frames": false, "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/*.fb.zone\/*" ] }, "web_accessible_resources": [ { "resources": [ "iframe.html" ], "matches": [ " |