Story Gone - Hide Stories on Facebook™
Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
什么是Story Gone - Hide Stories on Facebook™?
Story Gone - Hide Stories on Facebook™是由Syed Husain开发的Chrome扩展程序,该扩展的主要功能是“Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.”。
扩展截图
下载Story Gone - Hide Stories on Facebook™扩展crx文件
下载Story Gone - Hide Stories on Facebook™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Usage: The extension processes a snippet of code. Your data is not stored by the extension. 扩展基本信息
| 名称 | |
| ID | icmddplnjlidhoekchpkggfbmdemfaji |
| 官方URL | https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji |
| 简介 | Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed. |
| 文件大小 | 26.72 KB |
| 安装次数 | 56 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-02-08 |
| 上架时间 | 2020-02-05 |
| 评分 | 4.20/5 共5次评分 |
| 开发者 | Syed Husain |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Story Gone - Hide Stories on Facebook\u2122",
"description": "Story Gone is a simple extension that hides Facebook\u2122 stories. Just install and refresh your feed.",
"version": "1.2",
"authors": [
{
"name": "Syed Husain",
"website": "https:\/\/husainsyed.github.io\/*"
}
],
"content_scripts": [
{
"css": [
"inject.css"
],
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/m.facebook.com\/*",
"https:\/\/touch.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
]
}
],
"icons": {
"16": "images\/16 x 16.png",
"48": "images\/48 x 48.png",
"128": "images\/128 x 128.png"
}
} | |