Better Social: Get Facebook Alerts & Fonts
Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
Cos'è Better Social: Get Facebook Alerts & Fonts?
Better Social: Get Facebook Alerts & Fonts è un'estensione di Chrome sviluppata da https://stephanekouadio.blogspot.com, e la sua funzione principale è "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Social: Get Facebook Alerts & Fonts
Scarica i file di estensione Better Social: Get Facebook Alerts & Fonts 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
Better Social (former Facefont) improves your daily use of Facebook. Customize the font of your Facebook posts, get instantly notified in your browser when a new notification arrives on Facebook, and more.
Informazioni di Base sull'Estensione
Nome | Better Social: Get Facebook Alerts & Fonts |
ID | lodnfcjkieajnelomlbdgbghgbbicflg |
URL Ufficiale | https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg |
Descrizione | Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more. |
Dimensione del File | 344 KB |
Conteggio Installazioni | 472 |
Versione Corrente | 10.0.2 |
Ultimo Aggiornamento | 2020-12-26 |
Data di Pubblicazione | 2020-03-10 |
Valutazione | 4.26/5 Totale 19 Valutazioni |
Sviluppatore | https://stephanekouadio.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://stephanekouadio.blogspot.fr/p/facefont.html |
URL della Pagina di Aiuto | http://stephanekouadio.blogspot.fr/p/facefont.html |
Lingue Supportate | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_extension_brief_description__", "version": "10.0.2", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-32.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "name": "__MSG_extension_full_name__", "permissions": [ "notifications", "tabs", "https:\/\/*.facebook.com\/*" ], "default_locale": "en", "web_accessible_resources": [ "*.js", "*.css" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "facefont_cs.bundle.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |