Replace Politics with this puppy
Replace Politics with this puppy
Vad är Replace Politics with this puppy?
Replace Politics with this puppy är en Chrome-tillägg utvecklad av https://www.rippon.org, och dess huvudfunktion är "Replace Politics with this puppy".
Tilläggsskärmbilder
Ladda ner Replace Politics with this puppy-förlängningens CRX-fil
Ladda ner Replace Politics with this puppy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | jkiipmgmalkgnghofkaipfngciefcdij |
| Officiell webbadress | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
| Beskrivning | Replace Politics with this puppy |
| Filstorlek | 162 KB |
| Antal Installationer | 248 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2016-03-10 |
| Publiceringsdatum | 2016-03-10 |
| Betyg | 4.27/5 Totalt 11 Betyg |
| Utvecklare | https://www.rippon.org |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |