Naming Wrongs
Righting naming wrongs.
Co to jest Naming Wrongs?
Naming Wrongs to rozszerzenie Chrome opracowane przez jpnance, a jego główną funkcją jest „Righting naming wrongs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Naming Wrongs
Pobierz pliki rozszerzeń Naming Wrongs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
On several sports media sites, this extension replaces the corporate-sponsored names of stadiums, arenas, and bowl games with their original and better-known names. The list of sites the extension works on, as well as the names it affects, can be found at http://www.coinflipper.org/~jpnance/wrongs.php. The replacement list is far from complete so, if you see something missing or want this to work on a different site, please email [email protected] or leave feedback here! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | imoflnaehimpoefaeljfkllbgkdopgnb |
| Oficjalny URL | https://chromewebstore.google.com/detail/naming-wrongs/imoflnaehimpoefaeljfkllbgkdopgnb |
| Opis | Righting naming wrongs. |
| Rozmiar pliku | 5.49 KB |
| Liczba instalacji | 88 |
| Aktualna Wersja | 2.1 |
| Ostatnia Aktualizacja | 2016-12-27 |
| Data Publikacji | 2016-12-27 |
| Ocena | 4.40/5 Łącznie 5 Oceny |
| Deweloper | jpnance |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Naming Wrongs",
"version": "2.1",
"description": "Righting naming wrongs.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"wrongs.js"
]
}
],
"web_accessible_resources": [
"wrongs.json"
]
} | |