Stream Subs
Bütün Aboneliklerinizi bir araya toplayın.
What is Stream Subs?
Stream Subs is a Chrome extension developed by https://streamersubs.com, and its main feature is "Bütün Aboneliklerinizi bir araya toplayın.".
Extension Screenshots
Download Stream Subs Extension CRX File
Download Stream Subs 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
Collect subscriptions on multiple social media platforms in one system. Tek bir sistemde birden fazla sosyal medya platformunda abonelik toplayın.
Extension Basic Information
Name | Stream Subs |
ID | mnnbicogkklocaaodjgflabjkkjgggfi |
Official URL | https://chromewebstore.google.com/detail/stream-subs/mnnbicogkklocaaodjgflabjkkjgggfi |
Description | Bütün Aboneliklerinizi bir araya toplayın. |
File Size | 412 KB |
Installation Count | 24 |
Current Version | 1.0.3 |
Last Updated | 2020-09-11 |
Publish Date | 2020-08-10 |
Developer | https://streamersubs.com |
[email protected] | |
Payment Type | free |
Extension Website | https://streamersubs.com |
Help Page URL | https://streamersubs.com/tanitim |
Privacy Policy Page URL | https://sites.google.com/view/fwich |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stream Subs", "version": "1.0.3", "manifest_version": 2, "description": "B\u00fct\u00fcn Aboneliklerinizi bir araya toplay\u0131n.", "homepage_url": "https:\/\/streamersubs.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "js\/jquery\/jquery.min.js", "src\/bg\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ], "browser_action": { "default_icon": "icons\/icon.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "activeTab", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |