Trump Alternative Reality Extension

Replaces all the texts of a web page with genuine quotes from POTUS 45.

什么是Trump Alternative Reality Extension?

Trump Alternative Reality Extension是由http://www.deesnay.com/trumpifier开发的Chrome扩展程序,该扩展的主要功能是“Replaces all the texts of a web page with genuine quotes from POTUS 45.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Trump Alternative Reality Extension扩展crx文件

下载Trump Alternative Reality Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension replaces the texts of a web page with quotes by the President of the United States, extracted from his tweets, interviews, speeches...

The screenshots attached show actual websites as modified by the extension.
Click the extension icon every time you want to trumpify a web page.

Feel free to read the extension web page to learn more about the concept.                    

扩展基本信息

名称 Trump Alternative Reality Extension Trump Alternative Reality Extension
ID ddjphobcncclgopldpbbgpcfmpmdhbbj
官方URL https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj
简介 Replaces all the texts of a web page with genuine quotes from POTUS 45.
文件大小 449 KB
安装次数 85
当前版本 1.2.1
更新时间 2023-04-13
上架时间 2020-06-16
评分 5.00/5 共4次评分
开发者 http://www.deesnay.com/trumpifier
电子邮箱 [email protected]
付费类型 in_app
扩展官网 http://www.deesnay.com/trumpifier/
帮助页面URL http://www.deesnay.com/trumpifier/#qa
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Alternative Reality Extension",
    "short_name": "Trumpifier",
    "description": "Replaces all the texts of a web page with genuine quotes from POTUS 45.",
    "author": "Denis Rionnet",
    "version": "1.2.1",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Trumpify current page"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}