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
Eメール [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"
    }
}