Hide Ads For OfferUp
Hide ads in OfferUp search results.
Hide Ads For OfferUpとは何ですか?
Hide Ads For OfferUpはNibir Boraによって開発されたChromeの拡張機能で、その主な機能は「Hide ads in OfferUp search results.」です。
拡張機能のスクリーンショット
Hide Ads For OfferUp拡張機能のCRXファイルをダウンロード
Hide Ads For OfferUp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hide Ads For OfferUp will remove ads from the list of search results on offerup.com. The current version requires the user to click a "Hide Ads!" button, but future versions of this extension will automatically hide ads.
拡張機能の基本情報
名前 | Hide Ads For OfferUp |
ID | ddbnmpjfkgepndpglclikflamdlmbgae |
公式URL | https://chromewebstore.google.com/detail/hide-ads-for-offerup/ddbnmpjfkgepndpglclikflamdlmbgae |
説明 | Hide ads in OfferUp search results. |
ファイルサイズ | 3.85 KB |
インストール数 | 265 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-04-26 |
公開日 | 2020-04-26 |
評価 | 1.25/5 合計 4 レビュー |
開発者 | Nibir Bora |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/offerup.com\/search\/*" ], "js": [ "content_script.js" ] } ], "description": "Hide ads in OfferUp search results.", "manifest_version": 2, "name": "Hide Ads For OfferUp", "permissions": [ "tabs" ], "version": "0.0.1" } |