LGTM with Anime
Copy animated gif url with adding LGTM.
What is LGTM with Anime?
LGTM with Anime is a Chrome extension developed by https://polog.org, and its main feature is "Copy animated gif url with adding LGTM.".
Extension Screenshots
Download LGTM with Anime Extension CRX File
Download LGTM with Anime 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
Copy animated gif url with adding LGTM using http://lgtm.herokuapp.com LGTM webapp. Right click with animated gif to use.
Extension Basic Information
Name | |
ID | nbbfoappojcjaihpopkiekdleojmmffe |
Official URL | https://chromewebstore.google.com/detail/lgtm-with-anime/nbbfoappojcjaihpopkiekdleojmmffe |
Description | Copy animated gif url with adding LGTM. |
File Size | 55.21 KB |
Installation Count | 26 |
Current Version | 0.7 |
Last Updated | 2014-05-11 |
Publish Date | 2014-05-10 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://polog.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM with Anime", "version": "0.7", "description": "Copy animated gif url with adding LGTM.", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "lgtmify_16.png", "48": "lgtmify_48.png", "128": "lgtmify_128.png" }, "background": { "page": "background.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |