Twitter autorefresh unless scrolled/overlaid
Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.
Twitter autorefresh unless scrolled/overlaid क्या है?
Twitter autorefresh unless scrolled/overlaid Jeffrey Richman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter autorefresh unless scrolled/overlaid एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or an overlay/popup is open. Version 2.1 released 9/17/17 to also watch for certain sub-popups like the emoji panel and a few others. Version 2.2 released 9/18/17 to fix a small bug with 2.1
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | glnbjcncbinoinomckfpbbodbgpbbeid |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-autorefresh-unles/glnbjcncbinoinomckfpbbodbgpbbeid |
विवरण | Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open. |
फ़ाइल का आकार | 4.57 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2017-09-18 |
प्रकाशन तिथि | 2017-09-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Jeffrey Richman |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.jcrichman.com/article/Twitter-Autorefresh |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Automatically loads new tweets on Twitter.com every 1.5 seconds unless the page is scrolled or a popup is open.", "manifest_version": 2, "name": "Twitter autorefresh unless scrolled\/overlaid", "version": "2.2", "homepage_url": "http:\/\/www.jcrichman.com\/article\/Twitter-Autorefresh", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [] } |