Replace Politics with this puppy
Replace Politics with this puppy
Hvad er Replace Politics with this puppy?
Replace Politics with this puppy er en Chrome-udvidelse udviklet af https://www.rippon.org, og dens hovedfunktion er "Replace Politics with this puppy".
Udvidelsesskærmbilleder
Download Replace Politics with this puppy-udvidelses-CRX-fil
Download Replace Politics with this puppy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jkiipmgmalkgnghofkaipfngciefcdij |
| Officiel URL | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
| Beskrivelse | Replace Politics with this puppy |
| Filstørrelse | 162 KB |
| Antal Installationer | 248 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2016-03-10 |
| Udgivelsesdato | 2016-03-10 |
| Bedømmelse | 4.27/5 Samlet 11 Bedømmelser |
| Udvikler | https://www.rippon.org |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |