Better Social: Get Facebook Alerts & Fonts
Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.
什麼是Better Social: Get Facebook Alerts & Fonts?
Better Social: Get Facebook Alerts & Fonts是由https://stephanekouadio.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more.”。
擴展截圖
下載Better Social: Get Facebook Alerts & Fonts擴展crx文件
下載Better Social: Get Facebook Alerts & Fonts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | lodnfcjkieajnelomlbdgbghgbbicflg |
| 官方網址 | https://chromewebstore.google.com/detail/better-social-get-faceboo/lodnfcjkieajnelomlbdgbghgbbicflg |
| 簡介 | Receive your Facebook notifications instantly in your browser, beautify your Facebook posts, play with status sizes and more. |
| 檔案大小 | 344 KB |
| 安裝次數 | 472 |
| 目前版本 | 10.0.2 |
| 更新時間 | 2020-12-26 |
| 上架時間 | 2020-03-10 |
| 評分 | 4.26/5 共 19 次評分 |
| 開發者 | https://stephanekouadio.blogspot.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://stephanekouadio.blogspot.fr/p/facefont.html |
| 說明頁面URL | http://stephanekouadio.blogspot.fr/p/facefont.html |
| 支援的語言 | 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'"
} | |