aufemininNEWS
Suivez toutes les news people d'aufeminin.com en live
aufemininNEWSคืออะไร?
aufemininNEWS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.aufeminin.com และคุณลักษณะหลักของมันคือ "Suivez toutes les news people d'aufeminin.com en live"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aufemininNEWS
ดาวน์โหลดไฟล์ส่วนขยาย aufemininNEWS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
aufeminin.com, 1er site féminin en France ! Retrouvez toutes les news Société, People, Loisirs, Style : photos, vidéos, interviews, potins de stars... et bien plus encore ! Ne ratez plus ce qui fait l’actu et retrouvez en un clic les meilleurs articles de notre rédaction grâce à cette extension pour le navigateur Chrome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhllopljkcndclbibeeccijibbgmmldf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bhllopljkcndclbibeeccijibbgmmldf |
คำอธิบาย | Suivez toutes les news people d'aufeminin.com en live |
ขนาดไฟล์ | 60.44 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 3.5 |
อัปเดตครั้งล่าสุด | 2013-10-01 |
วันที่เผยแพร่ | 2013-10-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://www.aufeminin.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.aufeminin.com/news/ |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aufemininNEWS", "version": "3.5", "manifest_version": 2, "description": "Suivez toutes les news people d'aufeminin.com en live", "browser_action": { "default_icon": "\/icons\/afnews.png", "default_title": "aufemininNEWS", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.aufeminin.com\/", "http:\/\/imworld.aufeminin.com\/", "http:\/\/www.smartadserver.com\/", "tabs", "notifications" ], "background": { "scripts": [ "\/js\/background.js" ] }, "icons": { "16": "\/icons\/afnews_16.png", "48": "\/icons\/afnews_48.png", "128": "\/icons\/afnews_128.png" }, "web_accessible_resources": [ "\/index.html" ], "content_scripts": [ { "matches": [ "http:\/\/www.aufeminin.com\/*" ], "js": [ "\/js\/cookie.js" ] } ], "content_security_policy": "img-src 'self' http:\/\/imworld.aufeminin.com\/ http:\/\/www.smartadserver.com\/; object-src 'self'; script-src 'self'" } |