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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://amees.me, και η κύρια λειτουργία του είναι "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης No One Direction on Twitter
Λήψη αρχείων επέκτασης No One Direction on Twitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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:\/\/*\/*" ] } ] } |