WebExtension.net
WebExtension.net

Cook'd and Bomb'd Ignore Topics

View on Chrome Web Store
View Cook'd and Bomb'd Ignore Topics Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Ignore topics and forums, and other topic list tweaks
Type
Extension
Users
9 users
1
jbscript
View author page of jbscript
Published
Published on May 16, 2021
Version 1.5
Manifest version
2
Updated
Updated on November 20, 2021
View on Chrome Web Store
View Cook'd and Bomb'd Ignore Topics Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cook'd and Bomb'd Ignore Topics",
    "short_name": "CaB Ignore Topics",
    "description": "Ignore topics and forums, and other topic list tweaks",
    "homepage_url": "https:\/\/github.com\/insin\/cookdandbombd-ignore-topics",
    "version": "1.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cookdandbombd.co.uk\/forums\/index.php?board*",
                "https:\/\/www.cookdandbombd.co.uk\/forums\/index.php?action=unread*"
            ],
            "js": [
                ".\/cookdandbombdignoretopics.user.js"
            ]
        }
    ],
    "options_ui": {
        "browser_style": true,
        "chrome_style": false,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}
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