Replace Politics with this puppy
Replace Politics with this puppy
什麼是Replace Politics with this puppy?
Replace Politics with this puppy是由https://www.rippon.org開發的Chrome擴展程式,該擴展的主要功能是“Replace Politics with this puppy”。
擴展截圖
下載Replace Politics with this puppy擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | jkiipmgmalkgnghofkaipfngciefcdij |
| 官方網址 | 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"
} | |