WebExtension.net
Toggle dark mode
WebExtension.net

Original Character Community Troll Finder for Band

View on Chrome Web Store
View Original Character Community Troll Finder for Band Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)

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

A chrome extension to find trolls in OC community on Band
Type
Extension
Users
398 users
3
quiraxical
View author page of quiraxical
Published
Published on December 1, 2024
Version 1.1.0
Manifest version
3
Updated
Updated on December 10, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Original Character Community Troll Finder for Band 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",
    "description": "__MSG_extension_description__",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/band.us\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "injectScript.bundle.js"
            ],
            "matches": [
                "*:\/\/band.us\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/band.us\/*"
    ],
    "default_locale": "ko"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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