Trend Blocker
Blocks curiosity-clicks to Twitter trends.
Trend Blocker क्या है?
Trend Blocker https://klivk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks curiosity-clicks to Twitter trends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trend Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles. When you are super curious about one, you can always control-click or right-click to read it.
एक्सटेंशन की मूल जानकारी
नाम | Trend Blocker |
ID | mmkljdkafmpccfjahboblagjedcdafpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg |
विवरण | Blocks curiosity-clicks to Twitter trends. |
फ़ाइल का आकार | 59.3 KB |
स्थापना संख्या | 94 |
वर्तमान संस्करण | 1.0.2.2 |
अंतिम अपडेट | 2012-04-24 |
प्रकाशन तिथि | 2012-04-24 |
डेवलपर | https://klivk.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://serdar.work/chrome-extensions/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trend Blocker", "version": "1.0.2.2", "manifest_version": 2, "description": "Blocks curiosity-clicks to Twitter trends.", "icons": { "14": "icon14.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/trend-blocker" } |