Spam Killer #ЄвроМайдан
This extension will notify you about spammers for #ЄвроМайдан.
What is Spam Killer #ЄвроМайдан?
Spam Killer #ЄвроМайдан is a Chrome extension developed by Vitaliy Kulikov, and its main feature is "This extension will notify you about spammers for #ЄвроМайдан.".
Extension Screenshots
Download Spam Killer #ЄвроМайдан Extension CRX File
Download Spam Killer #ЄвроМайдан 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 | hpgmnghdfepfljhmhpbijkijpdfnefnb |
Official URL | https://chromewebstore.google.com/detail/spam-killer-%D1%94%D0%B2%D1%80%D0%BE%D0%BC%D0%B0%D0%B9%D0%B4%D0%B0%D0%BD/hpgmnghdfepfljhmhpbijkijpdfnefnb |
Description | This extension will notify you about spammers for #ЄвроМайдан. |
File Size | 22.25 KB |
Installation Count | 103 |
Current Version | 0.5 |
Last Updated | 2013-12-05 |
Publish Date | 2013-12-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Vitaliy Kulikov |
Payment Type | free |
Extension Website | http://vitaliykulikov.github.io/spamkiller/ |
Supported Languages | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spam Killer #\u0404\u0432\u0440\u043e\u041c\u0430\u0439\u0434\u0430\u043d", "description": "This extension will notify you about spammers for #\u0404\u0432\u0440\u043e\u041c\u0430\u0439\u0434\u0430\u043d.", "version": "0.5", "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "https:\/\/twitter.com\/", "https:\/\/raw.github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/spamkiller.js" ], "css": [ "css\/spamkiller.css" ] } ] } |