Better Social: Get Facebook Alerts & Fonts
Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
Wat is Better Social: Get Facebook Alerts & Fonts?
Better Social: Get Facebook Alerts & Fonts is een Chrome-extensie ontwikkeld door https://stephanekouadio.blogspot.com, en de belangrijkste functie is "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Social: Get Facebook Alerts & Fonts
Download Better Social: Get Facebook Alerts & Fonts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Better Social: Get Facebook Alerts & Fonts |
ID | lodnfcjkieajnelomlbdgbghgbbicflg |
Officiële URL | https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg |
Beschrijving | Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more. |
Bestandsgrootte | 344 KB |
Aantal Installaties | 472 |
Huidige Versie | 10.0.2 |
Laatst Bijgewerkt | 2020-12-26 |
Publicatiedatum | 2020-03-10 |
Beoordeling | 4.26/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://stephanekouadio.blogspot.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://stephanekouadio.blogspot.fr/p/facefont.html |
Help Pagina-URL | http://stephanekouadio.blogspot.fr/p/facefont.html |
Ondersteunde Talen | 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'" } |