By: Abdul Qadir
Inspect and view changes in REST Client APIsHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "REST Client APIsHub",
"version": "2.5",
"manifest_version": 2,
"author": "Abdul Qadir (abdulqadirshaikh101@gmail.com)",
"description": "A Modern and simple API testing tool!",
"incognito": "spanning",
"icons": {
"16": "icons/icon-16.png",
"128": "icons/icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://restclient.apishub.com/*"
],
"js": [
"content-script.js"
]
}
],
"permissions": [
"tabs",
"storage",
"unlimitedStorage",
"<all_urls>",
"downloads",
"clipboardRead",
"webRequest"
],
"browser_action": {
"default_icon": {
"19": "icons/icon-19.png",
"38": "icons/icon-38.png"
},
"default_title": "REST Client APIsHub"
}
} Best REST Client APIsHub Alternatives
Here are some Firefox add-ons that are similar to REST Client APIsHub:
REST API testing client
restclient
Trust API Tester
Russel
Public API Tester
Anderson
REST Tester
Anderson
Apier – REST API Tester & HTTP Client
Leepverse
Hookshot - REST API Client & HTTP Request Tester
Eric
YuiAPI
onlyfu
API Request Tool
Anderson
Mock API Creator
Kent Ross
HITOP - HTTP API Testing Tool
Bohdan
requesfy - Simple API Tester
SFer