Tw Account Id Player
Tw Account Id Player helps you to fetch your twitter and goglet account with a single click.
Tw Account Id Playerとは何ですか?
Tw Account Id Playerはsamajseva5556によって開発されたChromeの拡張機能で、その主な機能は「Tw Account Id Player helps you to fetch your twitter and goglet account with a single click.」です。
拡張機能のスクリーンショット
Tw Account Id Player拡張機能のCRXファイルをダウンロード
Tw Account Id Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tw Account Id Player helps you to find your twitter and goglet profile id with a single click. How To Do It? Go to your twitter account. Click on the right above corner icon. And it will show your twitter profile id.
拡張機能の基本情報
名前 | |
ID | icbhlpeofdnainmeojihchbgfffhpaeb |
公式URL | https://chromewebstore.google.com/detail/tw-account-id-player/icbhlpeofdnainmeojihchbgfffhpaeb |
説明 | Tw Account Id Player helps you to fetch your twitter and goglet account with a single click. |
ファイルサイズ | 26.26 KB |
インストール数 | 3,058 |
現在のバージョン | 0.3 Beta |
最終更新日 | 2022-02-05 |
公開日 | 2021-12-06 |
開発者 | samajseva5556 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.twidfetcher.com/ |
プライバシーポリシーページのURL | https://www.twidfetcher.com/privacy_policy.php |
対応言語 | en-US |
manifest.json | |
{ "author": "Samaj", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.goglet.net\/*", "*:\/\/*.twitter.com\/*" ] } ], "description": "Tw Account Id Player helps you to fetch your twitter and goglet account with a single click.", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyGQWXLMDzK1emfVD770GIuNpwy1mroQTiGWYxcWbYBLFleCm+nOwtj+v4bNAzcI0aYjulrI7vI7zdKDaRm7HWl3qp6WzfqxdV5jcdqZa\/mdoUoZRNmITxdTb50ZUnltgTa3U8ipN\/U5fIdFh72QMd7iAgXFelk+Hdj4w2qt9pbxho65MrJBTDgz16bsw8D0MD9ZJP+MVuId\/lK44pXvF6NLLj2wLVytDkhEAu4kz4XbZeTmra3XhDDRG+MhyrcVq9zNAL10GwVo2HRY9dkQbt3PvD+Wpxz6zQvbmPhKDk4MNhVOh\/S2HioOFftPk1iYC9VI5UJC0Mujk2rm1zHjswIDAQAB", "manifest_version": 2, "minimum_chrome_version": "31", "name": "Tw Account Id Player", "permissions": [ "*:\/\/*.goglet.net\/*", "*:\/\/*.twitter.com\/*", "cookies" ], "short_name": "TAF", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3", "version_name": "0.3 Beta" } |