Stream Subs
Bütün Aboneliklerinizi bir araya toplayın.
Stream Subsとは何ですか?
Stream Subsはhttps://streamersubs.comによって開発されたChromeの拡張機能で、その主な機能は「Bütün Aboneliklerinizi bir araya toplayın.」です。
拡張機能のスクリーンショット
Stream Subs拡張機能のCRXファイルをダウンロード
Stream Subs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Collect subscriptions on multiple social media platforms in one system.
Tek bir sistemde birden fazla sosyal medya platformunda abonelik toplayın. 拡張機能の基本情報
| 名前 | |
| ID | mnnbicogkklocaaodjgflabjkkjgggfi |
| 公式URL | https://chromewebstore.google.com/detail/stream-subs/mnnbicogkklocaaodjgflabjkkjgggfi |
| 説明 | Bütün Aboneliklerinizi bir araya toplayın. |
| ファイルサイズ | 412 KB |
| インストール数 | 24 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2020-09-11 |
| 公開日 | 2020-08-10 |
| 開発者 | https://streamersubs.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://streamersubs.com |
| ヘルプページのURL | https://streamersubs.com/tanitim |
| プライバシーポリシーページのURL | https://sites.google.com/view/fwich |
| 対応言語 | 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:\/\/*\/*"
]
} | |