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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}