WebExtension.net
WebExtension.net

Trump Filter

View on Chrome Web Store
View Trump Filter Chrome Extension on Chrome Web Store
3.3 (342 ratings)

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

Remove Donald Trump from the Internet.
Type
Extension
Users
4,000 users
Website trumpfilter.com
Rob Spectre
View author page of Rob Spectre
Published
Published on December 24, 2015
Version 1.1.2
Manifest version
2
Updated
Updated on March 19, 2020
View on Chrome Web Store
View Trump Filter Chrome Extension on Chrome Web Store
lifestyle/news
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Filter",
    "version": "1.1.2",
    "description": "Remove Donald Trump from the Internet.",
    "page_action": {
        "default_icon": "images\/icon-19x19.png",
        "default_title": "Warning: Trump is on this page!"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*trumpfilter.com*",
                "*:\/\/*github.com*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/filter.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "19": "images\/icon-19x19.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png",
        "130": "images\/icon-130x130.png",
        "550": "images\/icon-550x550.png"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}
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