Twitter Timeline Eradicator
Get rid of your Twitter addiction
Twitter Timeline Eradicator क्या है?
Twitter Timeline Eradicator Grant Gumina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of your Twitter addiction"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Timeline Eradicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
विवरण | Get rid of your Twitter addiction |
फ़ाइल का आकार | 82.83 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2017-10-31 |
प्रकाशन तिथि | 2017-10-31 |
रेटिंग | 1.43/5 कुल 7 रेटिंग्स |
डेवलपर | Grant Gumina |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/grantgumina/twitter-timeline-eradicator |
सहायता पृष्ठ URL | https://github.com/grantgumina/twitter-timeline-eradicator |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |