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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |