No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
No One Direction on Twitter क्या है?
No One Direction on Twitter https://amees.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "No longer want One direction to appear on your Twitter-feed? This is made just for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No One Direction on Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
विवरण | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
फ़ाइल का आकार | 51.52 KB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2013-09-08 |
प्रकाशन तिथि | 2013-09-08 |
रेटिंग | 3.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://amees.me |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |