SpeakT
Commented photos in social networks anonymously
Qu'est-ce que SpeakT ?
SpeakT est une extension Chrome développée par http://speakt.ru, et sa fonction principale est "Commented photos in social networks anonymously".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpeakT
Téléchargez les fichiers d'extension SpeakT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
С помощью нашего расширения вы сможете комментировать фотографии в соц сетях абсолютно анонимно.
Informations de Base sur l'Extension
Nom | |
ID | nimdmdanhigghjplghpjlamcacfhkaai |
URL Officiel | https://chrome.google.com/webstore/detail/speakt/nimdmdanhigghjplghpjlamcacfhkaai |
Description | Commented photos in social networks anonymously |
Taille du Fichier | 59.01 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-04-07 |
Date de Publication | 2014-04-07 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | http://speakt.ru |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |