Drumpfinator++

Add this app to your Chrome browser to make reading new articles great again.

Drumpfinator++ क्या है?

Drumpfinator++ McRain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add this app to your Chrome browser to make reading new articles great again."।

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

screenshot

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

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

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

                        Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit.

The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.                    

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

नाम Drumpfinator++ Drumpfinator++
ID eojeglolelohngdhhddhpogkinjpedpi
आधिकारिक URL https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi
विवरण Add this app to your Chrome browser to make reading new articles great again.
फ़ाइल का आकार 150 KB
स्थापना संख्या 73
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-03-13
प्रकाशन तिथि 2016-03-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर McRain
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpfinator++",
    "version": "1.0",
    "description": "Add this app to your Chrome browser to make reading new articles great again.",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Make Donald Drumpf Again!",
        "default_popup": "popup.html"
    }
}