X Autoload
Shows latest posts when the scroll is all the way up.
X Autoload क्या है?
X Autoload echapa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows latest posts when the scroll is all the way up."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में X Autoload एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension automatically clicks the "Show X posts" notification when it appears in your timeline.
एक्सटेंशन की मूल जानकारी
नाम | X Autoload |
ID | gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/x-autoload/gcgcmnjdlhbjbjejjjkfhfpnilmofdmj |
विवरण | Shows latest posts when the scroll is all the way up. |
फ़ाइल का आकार | 58.33 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2024-01-22 |
प्रकाशन तिथि | 2022-03-03 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | echapa |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Underdoge/x-autoload-chrome |
सहायता पृष्ठ URL | https://github.com/Underdoge/x-autoload-chrome |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "X Autoload", "action": { "default_title": "X Autoload" }, "manifest_version": 3, "version": "2.2", "description": "Shows latest posts when the scroll is all the way up.", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "96": "\/icons\/icon96.png", "128": "\/icons\/icon128.png" }, "author": "Eduardo Chapa [email protected]", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "x_autoload.js" ] } ] } |