Postfeed
Postfeed - Сервис автоматического продвижение групп вконтакте
Cos'è Postfeed?
Postfeed è un'estensione di Chrome sviluppata da postfeed, e la sua funzione principale è "Postfeed - Сервис автоматического продвижение групп вконтакте".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Postfeed
Scarica i file di estensione Postfeed 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 | Postfeed |
ID | jmjanilbgpfdlbbbjlndlnbjpcbejobc |
URL Ufficiale | https://chromewebstore.google.com/detail/postfeed/jmjanilbgpfdlbbbjlndlnbjpcbejobc |
Descrizione | Postfeed - Сервис автоматического продвижение групп вконтакте |
Dimensione del File | 39.27 KB |
Conteggio Installazioni | 332 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2014-10-02 |
Data di Pubblicazione | 2014-10-01 |
Valutazione | 3.39/5 Totale 23 Valutazioni |
Sviluppatore | postfeed |
Tipo di Pagamento | free |
Lingue Supportate | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "js\/Site_bg.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "js\/Api_bg.js" ], "matches": [ "http:\/\/api.vk.com\/*", "https:\/\/api.vk.com\/*", "http:\/\/vk.com\/*" ], "run_at": "document_start" } ], "browser_action": { "default_title": "", "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "Postfeed - \u0421\u0435\u0440\u0432\u0438\u0441 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u043f\u0440\u043e\u0434\u0432\u0438\u0436\u0435\u043d\u0438\u0435 \u0433\u0440\u0443\u043f\u043f \u0432\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435", "manifest_version": 2, "name": "Postfeed", "version": "0.5" } |