Sarahah Block
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Sarahah Blockとは何ですか?
Sarahah Blockはswapydapyによって開発されたChromeの拡張機能で、その主な機能は「This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)」です。
拡張機能のスクリーンショット
Sarahah Block拡張機能のCRXファイルをダウンロード
Sarahah Block拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
拡張機能の基本情報
名前 | Sarahah Block |
ID | cimhbfgnhljfobaekifiljikjecfofgm |
公式URL | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
説明 | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
ファイルサイズ | 73.37 KB |
インストール数 | 15 |
現在のバージョン | 0.3 |
最終更新日 | 2017-08-17 |
公開日 | 2017-08-17 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | swapydapy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sarahah Block", "version": "0.3", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.2.1.min.js", "mutation-summary.js", "cleaner.js", "content.js" ], "css": [ "fix.css" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |