Stream Subs
Bütün Aboneliklerinizi bir araya toplayın.
Stream Subs là gì?
Stream Subs là một tiện ích mở rộng Chrome được phát triển bởi https://streamersubs.com, và tính năng chính của nó là "Bütün Aboneliklerinizi bir araya toplayın.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stream Subs
Tải xuống các tệp mở rộng Stream Subs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Collect subscriptions on multiple social media platforms in one system. Tek bir sistemde birden fazla sosyal medya platformunda abonelik toplayın.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stream Subs |
ID | mnnbicogkklocaaodjgflabjkkjgggfi |
URL Chính Thức | https://chromewebstore.google.com/detail/stream-subs/mnnbicogkklocaaodjgflabjkkjgggfi |
Mô tả | Bütün Aboneliklerinizi bir araya toplayın. |
Kích Thước Tệp | 412 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-09-11 |
Ngày Phát Hành | 2020-08-10 |
Nhà Phát Triển | https://streamersubs.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://streamersubs.com |
URL Trang Trợ Giúp | https://streamersubs.com/tanitim |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/fwich |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |