You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
What is You Coub notifications & follow manager?
You Coub notifications & follow manager is a Chrome extension developed by return.true, and its main feature is "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Extension Screenshots
Download You Coub notifications & follow manager Extension CRX File
Download You Coub notifications & follow manager 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
You Coub notifications & follow manager! 0.810 Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎
Extension Basic Information
Name | You Coub notifications & follow manager |
ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
Official URL | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
Description | Coub.com you channels notifications & follow manager. (Coub.com API based) |
File Size | 78.76 KB |
Installation Count | 82 |
Current Version | 0.810 |
Last Updated | 2020-12-17 |
Publish Date | 2019-01-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | return.true |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "You Coub notifications & follow manager", "description": "Coub.com you channels notifications & follow manager. (Coub.com API based)", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "You Coub notifications & follow manager" }, "background": { "page": "background.html" }, "permissions": [ "activeTab" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/coub.com\/*" ], "css": [ "ext.css" ], "js": [ "ext.js" ] } ], "manifest_version": 2, "version": "0.810", "icons": { "128": "icon.png", "666": "logo.png", "777": "icon_connect.png" } } |