Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Fiverr gig analyzer - Fiverr Spy",
"version": "1.4.1",
"description": "Fiverr Gig Analyzer built for Fiverr Gig SEO and Fiverr Gig Promotion, revealing competitor insights instantly on the gig list page.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/gigranker.top\/*"
],
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Fiverr Spy: Quick View Gigs",
"default_icon": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.fiverr.com\/*"
],
"js": [
"content\/gigquickview.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.fiverr.com\/*"
],
"js": [
"content\/gigstats.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.fiverr.com\/*"
],
"js": [
"content\/gigdownload.js"
],
"run_at": "document_start"
}
],
"externally_connectable": {
"matches": [
"https:\/\/gigranker.top\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"assets\/images\/*",
"assets\/images\/flags\/*",
"pages\/feedbacks\/*",
"src\/auth\/ui\/*"
],
"matches": [
"*:\/\/*.fiverr.com\/*"
]
}
]
}