You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
Vad är You Coub notifications & follow manager?
You Coub notifications & follow manager är en Chrome-tillägg utvecklad av return.true, och dess huvudfunktion är "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Tilläggsskärmbilder
Ladda ner You Coub notifications & follow manager-förlängningens CRX-fil
Ladda ner You Coub notifications & follow manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 😇😁💎
Grundläggande Information om Tillägg
Namn | You Coub notifications & follow manager |
ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
Officiell webbadress | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
Beskrivning | Coub.com you channels notifications & follow manager. (Coub.com API based) |
Filstorlek | 78.76 KB |
Antal Installationer | 82 |
Aktuell Version | 0.810 |
Senast Uppdaterad | 2020-12-17 |
Publiceringsdatum | 2019-01-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | return.true |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |