FUIX

Get your Facebook Feed, Messenger & Instagram Feed with better UI

什麼是FUIX?

FUIX是由https://naiem.info開發的Chrome擴展程式,該擴展的主要功能是“Get your Facebook Feed, Messenger & Instagram Feed with better UI”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載FUIX擴展crx文件

下載FUIX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With this addon, you can stylize your Feed, Messenger & Instagram Feed. This addon contains many features
_______________________________________________

1. Facebook: Enable it, if you want to apply styles on your Facebook. The design will be applied to Facebook Light and Dark - both modes.

2. Messenger: Enable it, if you want to apply styles on your Messenger. The design will be applied to Facebook Light and Dark - both modes. Dark messenger will work when it's enabled, to do that, follow the next step. There's also another option (button) inside the messenger box. Enable it, if you want to apply some facebook styles to the messenger (specially selected item/row or selected chat) will be highlighted with a blue background. It will work in Light and Dark - both modes.

3. Dark Messenger: Enable it, If you want to switch Messenger Light to Dark mode. This option will work only at messenger.com or any URL that prefix started with messenger.com

4. Hide Topbar: Enable it, If you wish to use Messenger also at facebook.com/messages. But don't want to see the top bar. This option will work only at facebook.com/messages or any URL that prefix started with facebook.com/messages

5. Dark Instagram: Enable it, If you want to switch Instagram Light to Dark Mode.



Terms
--------------
1. The styles will be load from the Github repo. So make sure your internet connection is active to see the design.

2. UI update and changes will be made on the Github repo and it will be loaded automatically on your Facebook, Messenger, and Instagram feed through the FUIX addon.

3. There's no need to the Update addon to get the UI updates.

4. Addon can be updated when an internal update or new feature comes up or any bug is fixed.



Important Notes
------------------------------
1. You can always save your preferences in FUIX. Internet connection isn't required to change the preference. Only required if you want to see the styles in your feeds.

2. After making changes on FUIX it may take 1-3 seconds to load the styles on your Facebook, Messenger, and Instagram feed. The styles loading delay also depends on your internet speed.

3. If your Facebook, Messenger, or Instagram feed is opened in your browser and the internet connection isn't active. At that time if you turned off any option that style will be gone if activate that again the styles won't load until the internet connection is active or reload the page.

4. You don't need to worry if you don't see any changes. There will appear a popup alert what happened.

5. If something happen wrong by FUIX or you notice any issue just click on the "Report an Issue" button from the FUIX addon footer.



Privacy Policy
--------------------------
This addon only append styles from the Github repo to your feeds as per the saved preference. It doesn't collect any personal data or any sensitive information from your browser.



Contact
------------------
This addon only append styles from the Github repo to your feeds as per the saved preference. It doesn't collect any personal data or any sensitive information from your browser.

1. Request: If you wish to give suggestion to update UI or improvements, please make a pull request on https://github.com/naiemofficial/FUIX/pulls. If you notice any conflict by FUIX then Report an Issue to us https://github.com/naiemofficial/FUIX/issues .

2. E-mail: [email protected] (for any inquiries)                    

擴展基本資訊

名稱 FUIX FUIX
ID kokkleinbgjmalnjflomcdjjjceafooo
官方網址 https://chromewebstore.google.com/detail/fuix/kokkleinbgjmalnjflomcdjjjceafooo
簡介 Get your Facebook Feed, Messenger & Instagram Feed with better UI
檔案大小 2.26 MB
安裝次數 39
目前版本 1.0.4
更新時間 2022-07-28
上架時間 2022-01-21
評分 5.00/5 共 1 次評分
開發者 https://naiem.info
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/naiemofficial/FUIX
說明頁面URL https://naiem.info
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FUIX",
    "description": "Get your Facebook Feed, Messenger & Instagram Feed with better UI",
    "version": "1.0.4",
    "icons": {
        "16": ".\/images\/icon\/16.png",
        "32": ".\/images\/icon\/32.png",
        "48": ".\/images\/icon\/48.png",
        "64": ".\/images\/icon\/64.png",
        "128": ".\/images\/icon\/128.png",
        "256": ".\/images\/icon\/256.png",
        "512": ".\/images\/icon\/512.png",
        "1024": ".\/images\/icon\/1024.png"
    },
    "action": {
        "default_icon": ".\/images\/icon\/32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/messenger.com\/*",
                "*:\/\/*.messenger.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                ".\/js\/jquery.min.js",
                ".\/js\/purify.min.js",
                ".\/js\/execute.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/facebook.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/messenger.com\/*",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/instagram.com\/*",
        "*:\/\/*.instagram.com\/*"
    ]
}