Spam Block
Отслеживатель спама
What is Spam Block?
Spam Block is a Chrome extension developed by hippiman1221, and its main feature is "Отслеживатель спама".
Extension Screenshots
Download Spam Block Extension CRX File
Download Spam Block 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
Данное расширение позволяет блокировать спам, приходящий на электронную почту. Я добавляю данное приложение в магазин, для того, чтобы получить ссылку url моего расширения для использования gmail api протокола OAuth, в дальнейшем приложение будет разработано до конца
Extension Basic Information
Name | |
ID | dgebdkojofcoogefffpnallnjdjpfmhj |
Official URL | https://chromewebstore.google.com/detail/spam-block/dgebdkojofcoogefffpnallnjdjpfmhj |
Description | Отслеживатель спама |
File Size | 755 KB |
Installation Count | 57 |
Current Version | 1.1.0 |
Last Updated | 2019-05-08 |
Publish Date | 2019-05-08 |
Developer | hippiman1221 |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spam Block", "background": { "scripts": [ "myscript\/background.js" ], "persistent": false }, "description": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0442\u0435\u043b\u044c \u0441\u043f\u0430\u043c\u0430", "version": "1.1.0", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiJgnNoDonl7ixbjwsy5F0WhYH8Z0xKYS4L1hBtkm11RyaBu5QJr33pjRNWPOUMnOnrpiSFGQosx1Hm\/pqVuARt4CbqZVPLqNuSslE1xho5KOAx\/zpo\/hOZlrKK\/OzOAbPYmrLKEh+liueCjGLnLLgIkyoUrqx\/8KxNObaSKFnMn4c\/mUg3xgwkXEhdD5gsS6l2gq6urfN3H6jE3ChlgoTGPHeRNRnSe7g7ykVOl6\/PTA8adtR6qquzheTUsK8a6U5PVg2Utl9RELb2D3BqD0LKKy+TKICZuo3\/rVa\/BMcO4xEMZZ6z5u0zxp70AMCwX0iMLxe2nb7Jhg6k0KcbeyCwIDAQAB", "icons": { "64": "pic\/main_icon.png" }, "browser_action": { "default_icon": "pic\/mask.png", "default_popup": "popup.html" }, "permissions": [ "identity", "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "activeTab", "storage" ], "web_accessible_resources": [ "*.js", "popup.html" ], "oauth2": { "client_id": "585410098205-hq4qoi0pbsn9je4p8qvd1eqdn0eb8rjf.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.modify", "https:\/\/www.googleapis.com\/auth\/gmail.readonly", "https:\/\/www.googleapis.com\/auth\/gmail.settings.basic", "https:\/\/www.googleapis.com\/auth\/cloud-platform" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'" } |