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": "BeLikeNative: AI Writing with Shortcuts - Paraphrase, Translate, and More",
"description": "Boost your writing with AI! Instantly paraphrase, translate, and enhance text using simple shortcuts. Fast, easy, and effective!",
"version": "1.4.1",
"homepage_url": "https:\/\/belikenative.com",
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_icon": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"default_title": "BeLikeNative"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
]
},
{
"matches": [
"<all_urls>"
],
"js": [
"js\/indicator.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"scripting",
"sidePanel",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "042258a4-269b-4350-b3c3-c7f3cb588f6c",
"strict_min_version": "58.0"
}
}
}