Possedex
Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !
Possedex क्या है?
Possedex http://possedex.info द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Possedex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gemmpegibhkgoccbgcjalhagnikphman |
आधिकारिक URL | https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman |
विवरण | Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire ! |
फ़ाइल का आकार | 931 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2018-01-11 |
प्रकाशन तिथि | 2018-01-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://possedex.info |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://possedex.info/ |
सहायता पृष्ठ URL | http://possedex.info/faq.html |
समर्थित भाषाएँ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Possedex", "version": "0.0.3", "description": "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derri\u00e8re le m\u00e9dia que vous \u00eates en train de lire !", "background": { "scripts": [ "background.js", "content.js", "install.js" ], "persistent": false }, "homepage_url": "http:\/\/possedex.info\/", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png" }, "browser_action": { "default_icon": "icon-64.png", "default_title": "Possedex", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "declarativeContent", "tabs", "storage", "notifications", "activeTab", "http:\/\/possedex.info\/database.json" ] } |