God Emperor

Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

God Emperor क्या है?

God Emperor a meme magic toad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में God Emperor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.

Also available for Firefox!  Search for "God Emperor" on the Mozilla Add-ons site.


NEW in v1.1.1.1: Using new and proven "walking" method - this should make JavaScript play even more nicely.

NEW in v1.1.1: Now only making one replacement pass - this should make JavaScript play more nicely.

NEW in v1.1: 400% MORE GOD EMPEROR!  Also looks for variations such as 'Donald J. Trump' and 'Mr. Trump'.

If you have any questions or comments, please feel free to leave feedback here.  You may also find me through my official Reddit account, u/GodEmperorChrome.                    

एक्सटेंशन की मूल जानकारी

नाम God Emperor God Emperor
ID lnjfgfogidjcenmlpmenfjapfgfbibhm
आधिकारिक URL https://chrome.google.com/webstore/detail/god-emperor/lnjfgfogidjcenmlpmenfjapfgfbibhm
विवरण Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.
फ़ाइल का आकार 64.48 KB
स्थापना संख्या 129
वर्तमान संस्करण 1.1.1.1
अंतिम अपडेट 2016-05-23
प्रकाशन तिथि 2016-05-23
रेटिंग 4.54/5 कुल 26 रेटिंग्स
डेवलपर a meme magic toad
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "God Emperor",
    "description": "Replaces all instances of 'Donald Trump' with 'The God Emperor of Mankind'.",
    "version": "1.1.1.1",
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "godemperor.js"
            ]
        }
    ],
    "manifest_version": 2
}