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 là gì?

F.U.F.B. by Cool Shit Good People là một tiện ích mở rộng Chrome được phát triển bởi Cool Shit, Good People, và tính năng chính của nó là "Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng F.U.F.B. by Cool Shit Good People

Tải xuống các tệp mở rộng F.U.F.B. by Cool Shit Good People dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!! 😊                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên F.U.F.B. by Cool Shit Good People F.U.F.B. by Cool Shit Good People
ID fjpmmcnabnjpgfmgebabmcojglnoolgn
URL Chính Thức https://chrome.google.com/webstore/detail/fufb-by-cool-shit-good-pe/fjpmmcnabnjpgfmgebabmcojglnoolgn
Mô tả Replace Facebook's trending topics with the latest curated list of creativity from Cool Shit, Good People
Kích Thước Tệp 58.04 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 0.0.0.6
Cập Nhật Lần Cuối 2017-08-30
Ngày Phát Hành 2017-08-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Cool Shit, Good People
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.coolshitgoodpeople.co
URL Trang Trợ Giúp https://www.facebook.com/coolshitgoodpeople/
Ngôn Ngữ Được Hỗ Trợ 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'"
}