WebExtension.net
Toggle dark mode
WebExtension.net

BeLikeNative

View on Chrome Web Store
View BeLikeNative Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (115 ratings)
9 new ratings
8 views
This extension has been viewed 8 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Belikenative
Type
Extension
Users
448 users
36
Autom8 LLC
View author page of Autom8 LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 28, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on October 20, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View BeLikeNative Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BeLikeNative",
    "description": "Belikenative",
    "version": "1.0.2",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_icon": {
            "16": "logo.png",
            "48": "logo.png",
            "128": "logo.png"
        },
        "default_popup": "popup.html"
    },
    "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"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top