OVERSQUAD
Oversquad Stream Notifier
What is OVERSQUAD?
OVERSQUAD is a Chrome extension developed by Bloodysunset, and its main feature is "Oversquad Stream Notifier".
Extension Screenshots
Download OVERSQUAD Extension CRX File
Download OVERSQUAD 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 | foebnpjpohgmmcolmkdlcklhnladkeme |
Official URL | https://chrome.google.com/webstore/detail/oversquad/foebnpjpohgmmcolmkdlcklhnladkeme |
Description | Oversquad Stream Notifier |
File Size | 182 KB |
Installation Count | 158 |
Current Version | 0.9.16 |
Last Updated | 2017-11-01 |
Publish Date | 2017-11-01 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Bloodysunset |
Payment Type | free |
Extension Website | https://oversquad.com/ |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OVERSQUAD", "description": "Oversquad Stream Notifier", "version": "0.9.16", "icons": { "16": "\/assets\/img\/icon\/16.png", "32": "\/assets\/img\/icon\/32.png", "48": "\/assets\/img\/icon\/48.png", "64": "\/assets\/img\/icon\/64.png", "128": "\/assets\/img\/icon\/128.png" }, "background": { "scripts": [ "\/assets\/js\/lib\/jquery-3.1.1.min.js", "\/assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "16": "\/assets\/img\/icon\/16.png", "32": "\/assets\/img\/icon\/32.png", "48": "\/assets\/img\/icon\/48.png", "64": "\/assets\/img\/icon\/64.png", "128": "\/assets\/img\/icon\/128.png" }, "default_title": "Oversquad", "default_popup": "\/popup.html" }, "web_accessible_resources": [ "\/assets\/img\/icon\/128.png" ], "permissions": [ "activeTab", "notifications", "storage", "*:\/\/*.oversquad.com\/*" ] } |