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 !
Co to jest Possedex?
Possedex to rozszerzenie Chrome opracowane przez http://possedex.info, a jego główną funkcją jest „Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Possedex
Pobierz pliki rozszerzeń Possedex w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gemmpegibhkgoccbgcjalhagnikphman |
Oficjalny URL | https://chrome.google.com/webstore/detail/possedex/gemmpegibhkgoccbgcjalhagnikphman |
Opis | Avec le Possedex, apprenez en un clin d'oeil qui se trouve derrière le média que vous êtes en train de lire ! |
Rozmiar pliku | 931 KB |
Liczba instalacji | 25 |
Aktualna Wersja | 0.0.3 |
Ostatnia Aktualizacja | 2018-01-11 |
Data Publikacji | 2018-01-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://possedex.info |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://possedex.info/ |
Adres URL Strony Pomocy | http://possedex.info/faq.html |
Obsługiwane Języki | 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" ] } |