Better Social: Get Facebook Alerts & Fonts
Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
Vad är Better Social: Get Facebook Alerts & Fonts?
Better Social: Get Facebook Alerts & Fonts är en Chrome-tillägg utvecklad av https://stephanekouadio.blogspot.com, och dess huvudfunktion är "Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.".
Tilläggsskärmbilder
Ladda ner Better Social: Get Facebook Alerts & Fonts-förlängningens CRX-fil
Ladda ner Better Social: Get Facebook Alerts & Fonts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | lodnfcjkieajnelomlbdgbghgbbicflg |
| Officiell webbadress | https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg |
| Beskrivning | Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more. |
| Filstorlek | 344 KB |
| Antal Installationer | 472 |
| Aktuell Version | 10.0.2 |
| Senast Uppdaterad | 2020-12-26 |
| Publiceringsdatum | 2020-03-10 |
| Betyg | 4.26/5 Totalt 19 Betyg |
| Utvecklare | https://stephanekouadio.blogspot.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://stephanekouadio.blogspot.fr/p/facefont.html |
| Hjälpsida URL | http://stephanekouadio.blogspot.fr/p/facefont.html |
| Stödda Språk | 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'"
} | |