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
公式URL 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
Eメール [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\/*"
    ]
}