Fiverr messages filter
Filter your fiverr messages
Fiverr messages filterとは何ですか?
Fiverr messages filterはrpask00によって開発されたChromeの拡張機能で、その主な機能は「Filter your fiverr messages」です。
拡張機能のスクリーンショット
Fiverr messages filter拡張機能のCRXファイルをダウンロード
Fiverr messages filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Filter your fiverr messages
拡張機能の基本情報
名前 | |
ID | fffhmldihhhdghkelmlekongpfbnnofe |
公式URL | https://chrome.google.com/webstore/detail/fiverr-messages-filter/fffhmldihhhdghkelmlekongpfbnnofe |
説明 | Filter your fiverr messages |
ファイルサイズ | 15.79 KB |
インストール数 | 232 |
現在のバージョン | 1.1 |
最終更新日 | 2020-08-17 |
公開日 | 2020-08-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | rpask00 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fiverr messages filter", "version": "1.1", "description": "Filter your fiverr messages", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.fiverr.com\/inbox\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.fiverr.com\/inbox\/*", "storage", "unlimitedStorage" ] } |