Unstumpable
Replace Trump
What is Unstumpable?
Unstumpable is a Chrome extension developed by Gary Spagnoli, and its main feature is "Replace Trump".
Extension Screenshots
Download Unstumpable Extension CRX File
Download Unstumpable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a useless extension I created just to learn how to create extensions. It filters out any reference to Donald Trump to his true self, Pepe Trump.
Extension Basic Information
Name | Unstumpable |
ID | olgihcknlpdaiabajdhbmcmdmfhondae |
Official URL | https://chromewebstore.google.com/detail/unstumpable/olgihcknlpdaiabajdhbmcmdmfhondae |
Description | Replace Trump |
File Size | 5.2 KB |
Installation Count | 13 |
Current Version | 0.1 |
Last Updated | 2016-01-03 |
Publish Date | 2016-01-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Gary Spagnoli |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unstumpable", "description": "Replace Trump", "version": "0.1", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |