Twitter Hearts To Farts
Replace hearts with a vibrating farting butt. im sorry
Co to jest Twitter Hearts To Farts?
Twitter Hearts To Farts to rozszerzenie Chrome opracowane przez Autophagy, a jego główną funkcją jest „Replace hearts with a vibrating farting butt. im sorry”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Hearts To Farts
Pobierz pliki rozszerzeń Twitter Hearts To Farts 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
Changes the heart like icon on twitter to a farting butt. A/B tests show this improves brand engagement, synergy and some other stuff. web 2.0 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nkpegmgbelakecmncjcpkfbgihefohni |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-hearts-to-farts/nkpegmgbelakecmncjcpkfbgihefohni |
| Opis | Replace hearts with a vibrating farting butt. im sorry |
| Rozmiar pliku | 20.03 KB |
| Liczba instalacji | 57 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2015-11-04 |
| Data Publikacji | 2015-11-03 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | Autophagy |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/Autophagy/twitter-hearts-to-farts |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Hearts To Farts",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "butticon.png",
"48": "butticon.png",
"128": "butticon.png"
},
"description": "Replace hearts with a vibrating farting butt. im sorry",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
"buttfart.png"
]
} | |