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
官方網址 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"
    }
}