Text Troll
Replace words like :perotenemospatria: to a troll image.
Co to jest Text Troll?
Text Troll to rozszerzenie Chrome opracowane przez SoftwareCriollo, a jego główną funkcją jest „Replace words like :perotenemospatria: to a troll image.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Text Troll
Pobierz pliki rozszerzeń Text Troll 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
Replace words like :perotenemospatria: to an image.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mhjpnimjojbeklnobfkmhfodlgfjghlm |
Oficjalny URL | https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm |
Opis | Replace words like :perotenemospatria: to a troll image. |
Rozmiar pliku | 2.43 MB |
Liczba instalacji | 41 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-10-18 |
Data Publikacji | 2013-10-18 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | SoftwareCriollo |
Typ Płatności | free |
Obsługiwane Języki | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Troll", "description": "Replace words like :perotenemospatria: to a troll image.", "version": "1.2", "permissions": [ "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "libs\/jquery-1.9.1.min.js", "libs\/underscore-min.js", "text_troll.js" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "libs\/underscore-min.map", "images\/*" ] } |