FURL3X
L'extension qui vous notifie quand FURL3X est en live !
Vad är FURL3X?
FURL3X är en Chrome-tillägg utvecklad av FURL3X, och dess huvudfunktion är "L'extension qui vous notifie quand FURL3X est en live !".
Tilläggsskärmbilder
Ladda ner FURL3X-förlängningens CRX-fil
Ladda ner FURL3X-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
L'extension qui vous alerte du lancement d'un live sur la chaîne twitch de FURL3X, elle dispose aussi d'une interface graphique vous proposant divers liens vers ses réseaux sociaux !
Grundläggande Information om Tillägg
Namn | |
ID | pgiaobnmblpogenpgphfekkfdnmijdem |
Officiell webbadress | https://chrome.google.com/webstore/detail/furl3x/pgiaobnmblpogenpgphfekkfdnmijdem |
Beskrivning | L'extension qui vous notifie quand FURL3X est en live ! |
Filstorlek | 173 KB |
Antal Installationer | 78 |
Aktuell Version | 0.1.4 |
Senast Uppdaterad | 2021-04-03 |
Publiceringsdatum | 2020-09-01 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | FURL3X |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FURL3X", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage" ], "background": { "scripts": [ "assets\/js\/jquery.js", "assets\/js\/background.js" ] }, "browser_action": { "default_icon": { "48": "icons\/icon_48.png" }, "default_title": "Furl3x Live", "default_popup": "popup.html" }, "description": "L'extension qui vous notifie quand FURL3X est en live !", "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png" }, "version": "0.1.4" } |