SpeakT
Commented photos in social networks anonymously
Cos'è SpeakT?
SpeakT è un'estensione di Chrome sviluppata da http://speakt.ru, e la sua funzione principale è "Commented photos in social networks anonymously".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpeakT
Scarica i file di estensione SpeakT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
С помощью нашего расширения вы сможете комментировать фотографии в соц сетях абсолютно анонимно.
Informazioni di Base sull'Estensione
Nome | |
ID | nimdmdanhigghjplghpjlamcacfhkaai |
URL Ufficiale | https://chrome.google.com/webstore/detail/speakt/nimdmdanhigghjplghpjlamcacfhkaai |
Descrizione | Commented photos in social networks anonymously |
Dimensione del File | 59.01 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-04-07 |
Data di Pubblicazione | 2014-04-07 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | http://speakt.ru |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |