No More Timeline for Facebook
No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
什么是No More Timeline for Facebook?
No More Timeline for Facebook是由startupbuffer开发的Chrome扩展程序,该扩展的主要功能是“No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.”。
扩展截图
下载No More Timeline for Facebook扩展crx文件
下载No More Timeline for Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remember the times when you open the Facebook just for replying a message or checking your company Facebook page but you spent hours fooling around the timeline. No more wasting your time with Facebook timeline. No More Timeline for Facebook (NMTFB) is an extension that removes Facebook timeline to help you get more productive.
扩展基本信息
名称 | No More Timeline for Facebook |
ID | knojhelebinecbcocnaobgkbilmfcekm |
官方URL | https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm |
简介 | No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline. |
文件大小 | 194 KB |
安装次数 | 303 |
当前版本 | 0.0.2 |
更新时间 | 2021-03-03 |
上架时间 | 2021-03-03 |
评分 | 3.38/5 共16次评分 |
开发者 | startupbuffer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://startupbuffer.com?utm_source=nmtfb_webstore_listing |
隐私政策页面URL | https://startupbuffer.com/site/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No More Timeline for Facebook", "short_name": "NMTFB", "version": "0.0.2", "manifest_version": 2, "description": "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.", "homepage_url": "https:\/\/startupbuffer.com?utm_source=nmtfb", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "\/images\/work.jpg" ] } |