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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tw Account Id Player helps you to fetch your twitter and goglet account with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tw Account Id Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } |