Craigslist Hide Utility
Optionally hide listings on Craigslist with this utility
Craigslist Hide Utilityとは何ですか?
Craigslist Hide UtilityはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Optionally hide listings on Craigslist with this utility」です。
拡張機能のスクリーンショット
Craigslist Hide Utility拡張機能のCRXファイルをダウンロード
Craigslist Hide Utility拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of wading through Craigslist seeing the same postings over and over again? With this extension, you can quickly filter out the noise.
This utility enables a simple set of buttons to hide individual listings while browsing Craigslist.
It has been designed to seamlessly provide additional functionality without drastically altering Craiglist. 拡張機能の基本情報
| 名前 | |
| ID | hnbnipjjdfmaeceikadhaacjnbkpbmjp |
| 公式URL | https://chromewebstore.google.com/detail/craigslist-hide-utility/hnbnipjjdfmaeceikadhaacjnbkpbmjp |
| 説明 | Optionally hide listings on Craigslist with this utility |
| ファイルサイズ | 35.41 KB |
| インストール数 | 32 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-12-12 |
| 公開日 | 2014-12-12 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Craigslist Hide Utility",
"description": "Optionally hide listings on Craigslist with this utility",
"version": "1.0",
"permissions": [
"*:\/\/*.craigslist.org\/*",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.craigslist.org\/*"
],
"js": [
"jquery-2.1.1.min.js",
"src\/data_manager.js",
"src\/ui_list.js",
"src\/ui_single.js",
"craigslist_hide.js"
]
}
]
} | |