Fiverr messages filter
Filter your fiverr messages
What is Fiverr messages filter?
Fiverr messages filter is a Chrome extension developed by rpask00, and its main feature is "Filter your fiverr messages".
Extension Screenshots
Download Fiverr messages filter Extension CRX File
Download Fiverr messages filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Filter your fiverr messages
Extension Basic Information
Name | |
ID | fffhmldihhhdghkelmlekongpfbnnofe |
Official URL | https://chrome.google.com/webstore/detail/fiverr-messages-filter/fffhmldihhhdghkelmlekongpfbnnofe |
Description | Filter your fiverr messages |
File Size | 15.79 KB |
Installation Count | 232 |
Current Version | 1.1 |
Last Updated | 2020-08-17 |
Publish Date | 2020-08-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | rpask00 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |