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" } |