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 !
Vad är Possedex?
Possedex är en Chrome-tillägg utvecklad av http://possedex.info, och dess huvudfunktion är "Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !".
Tilläggsskärmbilder
Ladda ner Possedex-förlängningens CRX-fil
Ladda ner Possedex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | gemmpegibhkgoccbgcjalhagnikphman |
Officiell webbadress | https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman |
Beskrivning | Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire ! |
Filstorlek | 931 KB |
Antal Installationer | 25 |
Aktuell Version | 0.0.3 |
Senast Uppdaterad | 2018-01-11 |
Publiceringsdatum | 2018-01-11 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://possedex.info |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://possedex.info/ |
Hjälpsida URL | http://possedex.info/faq.html |
Stödda Språk | 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" ] } |