SpeakT

Commented photos in social networks anonymously

Wat is SpeakT?

SpeakT is een Chrome-extensie ontwikkeld door http://speakt.ru, en de belangrijkste functie is "Commented photos in social networks anonymously".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SpeakT

Download SpeakT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        С помощью нашего расширения вы сможете комментировать фотографии в соц сетях абсолютно анонимно.                    

Basisinformatie over de Extensie

Naam SpeakT SpeakT
ID nimdmdanhigghjplghpjlamcacfhkaai
Officiële URL https://chrome.google.com/webstore/detail/speakt/nimdmdanhigghjplghpjlamcacfhkaai
Beschrijving Commented photos in social networks anonymously
Bestandsgrootte 59.01 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2014-04-07
Publicatiedatum 2014-04-07
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://speakt.ru
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}