Donald Trump To Lord Dampnut
Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'
Vad är Donald Trump To Lord Dampnut?
Donald Trump To Lord Dampnut är en Chrome-tillägg utvecklad av Prateek, och dess huvudfunktion är "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'".
Tilläggsskärmbilder
Ladda ner Donald Trump To Lord Dampnut-förlängningens CRX-fil
Ladda ner Donald Trump To Lord Dampnut-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. For optimal experience, it also changes the text 'Donald' to 'Lord' and 'Trump' to 'Dampnut'.
Credit goes to to Colin Mochrie for coining the anagram! http://www.urbandictionary.com/define.php?term=lord+dampnut                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | hchnjchopdcefnppdkmcfmnofnanijfg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/donald-trump-to-lord-damp/hchnjchopdcefnppdkmcfmnofnanijfg | 
| Beskrivning | Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut' | 
| Filstorlek | 374 KB | 
| Antal Installationer | 34 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2017-02-06 | 
| Publiceringsdatum | 2017-02-05 | 
| Betyg | 3.40/5 Totalt 5 Betyg | 
| Utvecklare | Prateek | 
| Betalningssätt | free | 
| Stödda Språk | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump To Lord Dampnut",
    "version": "1.0",
    "description": "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    }
}  |  |