Larry Filter for Twitter
Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!
Larry Filter for Twitter क्या है?
Larry Filter for Twitter https://www.larryfilter.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Larry Filter for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com!
एक्सटेंशन की मूल जानकारी
नाम | Larry Filter for Twitter |
ID | ifgdeokhnfkbgdocafpokgdnnfbnbbok |
आधिकारिक URL | https://chromewebstore.google.com/detail/larry-filter-for-twitter/ifgdeokhnfkbgdocafpokgdnnfbnbbok |
विवरण | Larry Filter will hide tweets containing a list of words, #hashtags, @usernames or advertising on Twitter.com! |
फ़ाइल का आकार | 2.09 MB |
स्थापना संख्या | 1,745 |
वर्तमान संस्करण | 2.5.1 |
अंतिम अपडेट | 2020-11-01 |
प्रकाशन तिथि | 2020-02-04 |
रेटिंग | 3.99/5 कुल 69 रेटिंग्स |
डेवलपर | https://www.larryfilter.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_title__", "short_name": "Larry Filter", "version": "2.5.1", "default_locale": "en", "description": "__MSG_description__", "homepage_url": "http:\/\/www.larryfilter.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/Twitter-32.png", "default_popup": "menu.html" }, "content_scripts": [ { "css": [ "twitter.css" ], "js": [ "jquery.js", "larryfilter.js" ], "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/www.twitter.com\/*", "https:\/\/www.twitter.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "images\/Twitter-128.png", "48": "images\/Twitter-48.png", "32": "images\/Twitter-32.png", "16": "images\/Twitter-16.png" }, "permissions": [ "tabs", "storage", "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com https:\/\/larryfilter.com; object-src 'self'", "minimum_chrome_version": "22", "web_accessible_resources": [ "images\/*.png", "fonts\/*.ttf", "fonts\/*.woff" ] } |