Shoutout To Simpleflips.
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…
Co to jest Shoutout To Simpleflips.?
Shoutout To Simpleflips. to rozszerzenie Chrome opracowane przez yoshiquest, a jego główną funkcją jest „Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shoutout To Simpleflips.
Pobierz pliki rozszerzeń Shoutout To Simpleflips. 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
Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the text it can find with "Shoutout to Simpleflips." Please note that the extension can't always find all of the text (especially noticable on twitter). It still works for most websites though, including Youtube, Reddit, and even Stack Overflow!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bbhbadaidmbhkdipoipcinggbcgllggi |
Oficjalny URL | https://chromewebstore.google.com/detail/shoutout-to-simpleflips/bbhbadaidmbhkdipoipcinggbcgllggi |
Opis | Wanna Shout Simp Out? Well now you can, with the new Shoutout To Simpleflips Chrome Extension! This extension replaces all the… |
Rozmiar pliku | 101 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2016-08-08 |
Data Publikacji | 2016-08-07 |
Ocena | 4.91/5 Łącznie 11 Oceny |
Deweloper | yoshiquest |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoutout To Simpleflips.", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "shoutout_to_simpleflips.js", "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |