Freelancer Popup Remover
Remove the annoying new job popups from freelancer.
Freelancer Popup Removerとは何ですか?
Freelancer Popup Removerはallnewnexusによって開発されたChromeの拡張機能で、その主な機能は「Remove the annoying new job popups from freelancer.」です。
拡張機能のスクリーンショット
Freelancer Popup Remover拡張機能のCRXファイルをダウンロード
Freelancer Popup Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
---------- UPDATE: 23-4-2021------------- Woah, never thought this was going to get downloads, so kind of forgot about it. For those still using it, I have updated it to work again, sorry for the 2 year delay :$ ------------------------------------------------------- Have you ever been writing a description over at Freelancer, or just reading through jobs when notifications in grey bubbles start to block your screen? This gets rid of that :D
拡張機能の基本情報
名前 | Freelancer Popup Remover |
ID | oljhncickmgkboaahmffkkcipgfjmbhd |
公式URL | https://chromewebstore.google.com/detail/freelancer-popup-remover/oljhncickmgkboaahmffkkcipgfjmbhd |
説明 | Remove the annoying new job popups from freelancer. |
ファイルサイズ | 3.16 KB |
インストール数 | 159 |
現在のバージョン | 1.1 |
最終更新日 | 2021-04-25 |
公開日 | 2019-03-30 |
評価 | 1.00/5 合計 11 レビュー |
開発者 | allnewnexus |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freelancer Popup Remover", "version": "1.1", "description": "Remove the annoying new job popups from freelancer.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.freelancer.com\/*" ], "js": [ "background.js" ] } ] } |