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": "Baba Hashtag Generator",
"version": "1.0.0",
"description": "Maximize your social media impact with DownloaderBaba Trending Hashtag Generator.",
"short_name": "BHG",
"permissions": [
"contextMenus",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"assets\/jquery-3.5.1.min.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
}