What do you think of Tottenham?

Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."

Hvad er What do you think of Tottenham??

What do you think of Tottenham? er en Chrome-udvidelse udviklet af Gooner, og dens hovedfunktion er "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".

Udvidelsesskærmbilleder

Download What do you think of Tottenham?-udvidelses-CRX-fil

Download What do you think of Tottenham?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit.

COYG                    

Grundlæggende oplysninger om udvidelsen

Navn What do you think of Tottenham? What do you think of Tottenham?
ID jcgphhpflljkoofleldpnbcgchedobfa
Officiel URL https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa
Beskrivelse Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Filstørrelse 24.31 KB
Antal Installationer 68
Nuværende Version 1.0
Senest Opdateret 2016-05-02
Udgivelsesdato 2016-05-02
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler Gooner
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What do you think of Tottenham?",
    "version": "1.0",
    "description": "Add this app to your Chrome browser and replace all instances of \"Tottenham\" with \"Shit.\"",
    "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": "What do you think of Tottenham?"
    }
}