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”。
擴展截圖
下載F.U.F.B. by Cool Shit Good People擴展crx文件
下載F.U.F.B. by Cool Shit Good People擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!! 😊
擴展基本資訊
名稱 | |
ID | fjpmmcnabnjpgfmgebabmcojglnoolgn |
官方網址 | 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'" } |