Memeify (🅱)
Replace all instances of 'b' with 🅱.
Co to jest Memeify (🅱)?
Memeify (🅱) to rozszerzenie Chrome opracowane przez shivrustagi221, a jego główną funkcją jest „Replace all instances of 'b' with 🅱.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Memeify (🅱)
Pobierz pliki rozszerzeń Memeify (🅱) 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
Memeify the current page you're on by replaceing B with 🅱. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gkofcfjlmdaihnidnekkdekjfdcjaadg |
| Oficjalny URL | https://chromewebstore.google.com/detail/memeify-%F0%9F%85%B1/gkofcfjlmdaihnidnekkdekjfdcjaadg |
| Opis | Replace all instances of 'b' with 🅱. |
| Rozmiar pliku | 3.29 KB |
| Liczba instalacji | 190 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2017-09-17 |
| Data Publikacji | 2017-09-17 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | shivrustagi221 |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Memeify (\ud83c\udd71)",
"description": "Replace all instances of 'b' with \ud83c\udd71.",
"version": "1.1",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |