Replace Politics with this puppy
Replace Politics with this puppy
Τι είναι το Replace Politics with this puppy;
Το Replace Politics with this puppy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.rippon.org, και η κύρια λειτουργία του είναι "Replace Politics with this puppy".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Replace Politics with this puppy
Λήψη αρχείων επέκτασης Replace Politics with this puppy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies. This is the logical conclusion of being engaged to a geek.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Replace Politics with this puppy |
ID | jkiipmgmalkgnghofkaipfngciefcdij |
Επίσημο URL | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
Περιγραφή | Replace Politics with this puppy |
Μέγεθος Αρχείου | 162 KB |
Αριθμός Εγκαταστάσεων | 248 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2016-03-10 |
Ημερομηνία Δημοσίευσης | 2016-03-10 |
Αξιολόγηση | 4.27/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | https://www.rippon.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "facebook_filter.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Replace Politics with this puppy", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Replace Politics with this puppy", "version": "0.1" } |