What do you think of Tottenham?
Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."
Apa itu What do you think of Tottenham??
What do you think of Tottenham? adalah ekstensi Chrome yang dikembangkan oleh Gooner, dan fitur utamanya adalah "Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit."".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi What do you think of Tottenham?
Unduh file ekstensi What do you think of Tottenham? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
For all the Gooners out there, add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit. COYG
Informasi Dasar Ekstensi
Nama | |
ID | jcgphhpflljkoofleldpnbcgchedobfa |
URL Resmi | https://chrome.google.com/webstore/detail/what-do-you-think-of-tott/jcgphhpflljkoofleldpnbcgchedobfa |
Deskripsi | Add this app to your Chrome browser and replace all instances of "Tottenham" with "Shit." |
Ukuran File | 24.31 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-05-02 |
Tanggal Publikasi | 2016-05-02 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Gooner |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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?" } } |