SpeakT
Commented photos in social networks anonymously
What is SpeakT?
SpeakT is a Chrome extension developed by http://speakt.ru, and its main feature is "Commented photos in social networks anonymously".
Extension Screenshots
Download SpeakT Extension CRX File
Download SpeakT 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
С помощью нашего расширения вы сможете комментировать фотографии в соц сетях абсолютно анонимно.
Extension Basic Information
Name | |
ID | nimdmdanhigghjplghpjlamcacfhkaai |
Official URL | https://chrome.google.com/webstore/detail/speakt/nimdmdanhigghjplghpjlamcacfhkaai |
Description | Commented photos in social networks anonymously |
File Size | 59.01 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2014-04-07 |
Publish Date | 2014-04-07 |
Rating | 1.00/5 Total 2 Ratings |
Developer | http://speakt.ru |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpeakT", "version": "1.0", "manifest_version": 2, "description": "Commented photos in social networks anonymously", "page_action": { "default_title": "SpeakT", "default_icon": "img\/icon.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "tabs", "http:\/\/vk.com\/*", "http:\/\/speakt.ru\/*" ], "content_scripts": [ { "matches": [ "http:\/\/vk.com\/*", "http:\/\/speakt.ru\/*" ], "js": [ "js\/jq.js", "js\/popup.js", "js\/jquery.cookie.js" ] } ] } |