aufemininNEWS
Suivez toutes les news people d'aufeminin.com en live
aufemininNEWS क्या है?
aufemininNEWS http://www.aufeminin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Suivez toutes les news people d'aufeminin.com en live"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में aufemininNEWS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |