Replace Politics with this puppy
Replace Politics with this puppy
Cos'è Replace Politics with this puppy?
Replace Politics with this puppy è un'estensione di Chrome sviluppata da https://www.rippon.org, e la sua funzione principale è "Replace Politics with this puppy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Replace Politics with this puppy
Scarica i file di estensione Replace Politics with this puppy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Replace Politics with this puppy |
ID | jkiipmgmalkgnghofkaipfngciefcdij |
URL Ufficiale | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
Descrizione | Replace Politics with this puppy |
Dimensione del File | 162 KB |
Conteggio Installazioni | 248 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-03-10 |
Data di Pubblicazione | 2016-03-10 |
Valutazione | 4.27/5 Totale 11 Valutazioni |
Sviluppatore | https://www.rippon.org |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |