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.
拡張機能の基本情報
名前 | Story Gone - Hide Stories on Facebook™ |
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 |
Eメール | [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" } } |