Auto Refresh For Twitter™
Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page.
Auto Refresh For Twitter™ क्या है?
Auto Refresh For Twitter™ us08582 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Refresh For Twitter™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Auto Refresh Tweets: Only refresh tweets instead of the whole page, only refresh tweets when you at the top of page. New Tweets Button: Take you back to the top of page, and load new tweets. It is will not disturb your other actions. Simple and Effective. If you like this extension, please rate with ★ ★ ★ ★ ★ 5 stars and tell your friends. Thanks :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | plogieadpldaahcnmopfhjpnakdeaccd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/auto-refresh-for-twitter/plogieadpldaahcnmopfhjpnakdeaccd |
विवरण | Best Twitter™ refresh extension. Auto load new tweets without refreshing whole page when you at the top of twitter page. |
फ़ाइल का आकार | 51.74 KB |
स्थापना संख्या | 21,290 |
वर्तमान संस्करण | 2.1.0 |
अंतिम अपडेट | 2019-01-16 |
प्रकाशन तिथि | 2019-01-16 |
रेटिंग | 3.35/5 कुल 57 रेटिंग्स |
डेवलपर | us08582 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery.js", "page.js" ], "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ] } ], "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "logo.png", "16": "logo.png", "48": "logo.png" }, "manifest_version": 2, "name": "__MSG_name__", "version": "2.1.0" } |