Text Troll
Replace words like :perotenemospatria: to a troll image.
What is Text Troll?
Text Troll is a Chrome extension developed by SoftwareCriollo, and its main feature is "Replace words like :perotenemospatria: to a troll image.".
Extension Screenshots
Download Text Troll Extension CRX File
Download Text Troll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replace words like :perotenemospatria: to an image.
Extension Basic Information
Name | |
ID | mhjpnimjojbeklnobfkmhfodlgfjghlm |
Official URL | https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm |
Description | Replace words like :perotenemospatria: to a troll image. |
File Size | 2.43 MB |
Installation Count | 41 |
Current Version | 1.2 |
Last Updated | 2013-10-18 |
Publish Date | 2013-10-18 |
Rating | 3.00/5 Total 2 Ratings |
Developer | SoftwareCriollo |
Payment Type | free |
Supported Languages | 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\/*" ] } |