Fat piece of fatty fat fat

This extension makes the news less depressing

什麼是Fat piece of fatty fat fat?

Fat piece of fatty fat fat是由trumpisafatty開發的Chrome擴展程式,該擴展的主要功能是“This extension makes the news less depressing”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Fat piece of fatty fat fat擴展crx文件

下載Fat piece of fatty fat fat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

擴展基本資訊

名稱 Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
官方網址 https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
簡介 This extension makes the news less depressing
檔案大小 32.88 KB
安裝次數 42
目前版本 0.0.0.1
更新時間 2017-07-14
上架時間 2017-07-14
評分 5.00/5 共 6 次評分
開發者 trumpisafatty
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}