Sarahah Facebook Feed Blocker
Block Facebook Posts containting Sarahah Links of the People you follow
Sarahah Facebook Feed Blockerとは何ですか?
Sarahah Facebook Feed BlockerはMyAppClub.inによって開発されたChromeの拡張機能で、その主な機能は「Block Facebook Posts containting Sarahah Links of the People you follow」です。
拡張機能のスクリーンショット
Sarahah Facebook Feed Blocker拡張機能のCRXファイルをダウンロード
Sarahah Facebook Feed Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you fed up of the sarahah links of your facebook friends appearing on your feed again and again? If yes, this extension is your solution. This will hide all the posts from your facebook feed on chrome which contain sarahah URLs of the people.
拡張機能の基本情報
名前 | Sarahah Facebook Feed Blocker |
ID | oahkcpaacnaipehbecgaemenbcpjabal |
公式URL | https://chromewebstore.google.com/detail/sarahah-facebook-feed-blo/oahkcpaacnaipehbecgaemenbcpjabal |
説明 | Block Facebook Posts containting Sarahah Links of the People you follow |
ファイルサイズ | 30.91 KB |
インストール数 | 11 |
現在のバージョン | 0.0.2 |
最終更新日 | 2017-08-14 |
公開日 | 2017-08-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | MyAppClub.in |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sarahah Facebook Feed Blocker", "version": "0.0.2", "manifest_version": 2, "description": "Block Facebook Posts containting Sarahah Links of the People you follow", "homepage_url": "http:\/\/myappclub.in\/", "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:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |