F.U.F.B. by Cool Shit Good People

Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People

F.U.F.B. by Cool Shit Good People란 무엇입니까?

F.U.F.B. by Cool Shit Good People은(는) Cool Shit, Good People에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People"입니다.

확장 프로그램 스크린샷

screenshot

F.U.F.B. by Cool Shit Good People 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sick of Facebook’s trending section getting you down?? 😩

BYE FELICIA 👋

Say eff you, to FB and replace “trending” with a curated list of creativity showcasing cool shit, and most importantly good people. 

Take back your sanity -- if you want the news, go find the news. Time to separate catching up with friends, groups, and events from nukes, terror threats, and depressing headlines.

Brought to you by the Cool Shit, Good People fam 🙏

This extension currently provides the most recent posts from Cool Shit, Good People. Additional options will be coming in an update very soon to change up which posts are displayed. Thanks for your interest and check back soon!
 

If you have any questions, feel free to send us a message over at https://www.facebook.com/coolshitgoodpeople/


***August 30th, 2017 ***
**Update to version 0.0.0.6**
We have switched services that was causing the extension to fail to load posts sporadically. Things seems much more stable. If you are encountering more bugs, please feel free to send us a private message at https://www.facebook.com/coolshitgoodpeople/. 

Thanks for your continued support!! 😊                    

확장 프로그램 기본 정보

이름 F.U.F.B. by Cool Shit Good People F.U.F.B. by Cool Shit Good People
ID fjpmmcnabnjpgfmgebabmcojglnoolgn
공식 URL https://chrome.google.com/webstore/detail/fufb-by-cool-shit-good-pe/fjpmmcnabnjpgfmgebabmcojglnoolgn
설명 Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People
파일 크기 58.04 KB
설치 횟수 15
현재 버전 0.0.0.6
최근 업데이트 2017-08-30
출시 날짜 2017-08-30
평점 5.00/5 총 2 개의 평점
개발자 Cool Shit, Good People
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.coolshitgoodpeople.co
도움말 페이지 URL https://www.facebook.com/coolshitgoodpeople/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F.U.F.B. by Cool Shit Good People",
    "short_name": "F.U.F.B. by Cool Shit, Good People",
    "version": "0.0.0.6",
    "description": "Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People",
    "background": {
        "scripts": [
            "background.js",
            "analytics.js"
        ]
    },
    "permissions": [
        "http:\/\/*.coolshitgoodpeople.co\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "poop_pin.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}