What do you think of Tottenham?

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

Was ist What do you think of Tottenham??

What do you think of Tottenham? ist eine Chrome-Erweiterung, die von Gooner entwickelt wurde, und ihr Hauptmerkmal ist "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".

Erweiterungsscreenshots

What do you think of Tottenham?-Erweiterungs-CRX-Datei herunterladen

Laden Sie What do you think of Tottenham?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

COYG                    

Grundlegende Informationen zur Erweiterung

Name What do you think of Tottenham? What do you think of Tottenham?
ID jcgphhpflljkoofleldpnbcgchedobfa
Offizielle URL https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa
Beschreibung Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Dateigröße 24.31 KB
Installationsanzahl 68
Aktuelle Version 1.0
Letztes Update 2016-05-02
Veröffentlichungsdatum 2016-05-02
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Gooner
Zahlungsart free
Unterstützte Sprachen 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?"
    }
}