The Trumpweb

Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.

The Trumpweb क्या है?

The Trumpweb Patrick Hogan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name."।

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

screenshot

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

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

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

                        This Chrome extension looks through the text of a webpage you're visiting and adds a quote that Donald Trump either said during a media appearance or wrote on Twitter to his name. That's it. Nothing more. 

Developed by Fusion. Learn more at Fusion.net.                    

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

नाम The Trumpweb The Trumpweb
ID fjkehfaokpmcbigmbgdhmjblecgfkedg
आधिकारिक URL https://chromewebstore.google.com/detail/the-trumpweb/fjkehfaokpmcbigmbgdhmjblecgfkedg
विवरण Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.
फ़ाइल का आकार 10.36 KB
स्थापना संख्या 3,664
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2015-07-10
प्रकाशन तिथि 2015-07-10
रेटिंग 4.68/5 कुल 297 रेटिंग्स
डेवलपर Patrick Hogan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.fusion.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Trumpweb",
    "version": "0.2.1",
    "description": "Finds any mention of Donald Trump on a website and adds an actual Donald Trump quote to his name.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}