Kill News Feed & Stories.
Saves your time by removing the Facebook news feed and Stories in your Browser.
Kill News Feed & Stories.とは何ですか?
Kill News Feed & Stories.はarryanggaputraによって開発されたChromeの拡張機能で、その主な機能は「Saves your time by removing the Facebook news feed and Stories in your Browser.」です。
拡張機能のスクリーンショット
Kill News Feed & Stories.拡張機能のCRXファイルをダウンロード
Kill News Feed & Stories.拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Saves your time by removing the Facebook news feed and Stories in your Browser. Remove the news feed and storiess. That's it. You can still check your messages and notifications, update status, and do everything you could do before. You just won't get distracting news feed posts and stories anymore. No more wasting time on Facebook. Be Productive! Changelog: 1.0.2 - reload facebook when configuration changes
拡張機能の基本情報
名前 | Kill News Feed & Stories. |
ID | ggjocnbfiiifcaghdkkpgcpdednmnocb |
公式URL | https://chromewebstore.google.com/detail/kill-news-feed-stories/ggjocnbfiiifcaghdkkpgcpdednmnocb |
説明 | Saves your time by removing the Facebook news feed and Stories in your Browser. |
ファイルサイズ | 60.32 KB |
インストール数 | 3,061 |
現在のバージョン | 1.0.2 |
最終更新日 | 2020-03-29 |
公開日 | 2020-03-29 |
評価 | 2.45/5 合計 22 レビュー |
開発者 | arryanggaputra |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kopi.dev |
ヘルプページのURL | https://kopi.dev |
対応言語 | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "beProductive.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "name": "Kill News Feed & Stories.", "description": "Saves your time by removing the Facebook news feed and Stories in your Browser.", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "activeTab" ], "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" } } |