Finite
Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.
Finite क्या है?
Finite YQ42 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Finite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Finite adds a number for each post to your infinite timeline, so you'll know the amount of information you've consumed or the amount of doom scrolling is done. You already know how many people you followed, now you'll know how many posts there are on your timeline with Finite. You can also give yourself breaks to read 10 tweets or browse 20 posts, and then get back to work.
एक्सटेंशन की मूल जानकारी
नाम | Finite |
ID | kidobhmjkffpcgdkhciodmkhbhbbdboe |
आधिकारिक URL | https://chromewebstore.google.com/detail/finite/kidobhmjkffpcgdkhciodmkhbhbbdboe |
विवरण | Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done. |
फ़ाइल का आकार | 103 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 0.3.3 |
अंतिम अपडेट | 2024-01-23 |
प्रकाशन तिथि | 2023-11-15 |
डेवलपर | YQ42 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/yuqiu42/extension-privacy-policy/blob/master/README.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Finite", "version": "0.3.3", "description": "Augment the social media's infinite scroll feeds so that you'll know the amount of doom scrolling is done.", "content_scripts": [ { "js": [ "setUpFiniteTimeline.js" ], "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |