La Grosse Radio - Votez!
Votez simplement sur La Grosse Radio.
Vad är La Grosse Radio - Votez!?
La Grosse Radio - Votez! är en Chrome-tillägg utvecklad av Brice Laurencin, och dess huvudfunktion är "Votez simplement sur La Grosse Radio.".
Tilläggsskärmbilder
Ladda ner La Grosse Radio - Votez!-förlängningens CRX-fil
Ladda ner La Grosse Radio - Votez!-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
Le vote pour la chanson est cours de lecture simplifié ! L'indispensable complément de Radio Player Live ( https://chrome.google.com/webstore/detail/boidnimkebefpfgbeekbjoponilnomle ). Cliquez sur l'icône, votez ! Plus besoin de chercher la fenêtre de la Grosse Radio ! Si vous avez des soucis ou des demandes d'améliorations, posez des bugs ici : https://code.google.com/p/les-gros-votes-chrome/issues/list N.B.: Je ne suis pas affilié à la grosse radio. 1.2.1: Correction des permissions de l'extension. 1.0.2 : les liens de partages sociaux ne fonctionnaient pas sous linux (probablement dû à une version plus récente du navigateur), maintenant c'est bon. Ca ouvre un nouvel onglet. 1.0.1 : j'avais oublié d'embarquer un fichier dans la livraison de la nouvelle version... mea maxima boulaÿ 1.0.0 : adaptation au nouveau design, adaptation à la nouvelle version des API d'extensions chrome 0.0.1 : version initiale
Grundläggande Information om Tillägg
Namn | |
ID | dbiofhnhfbgdgabjhcaepigpnafpdabc |
Officiell webbadress | https://chrome.google.com/webstore/detail/la-grosse-radio-votez/dbiofhnhfbgdgabjhcaepigpnafpdabc |
Beskrivning | Votez simplement sur La Grosse Radio. |
Filstorlek | 2.98 MB |
Antal Installationer | 18 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2020-09-02 |
Publiceringsdatum | 2017-09-30 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | Brice Laurencin |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://code.google.com/p/les-gros-votes-chrome |
Hjälpsida URL | https://code.google.com/p/les-gros-votes-chrome/issues/list |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "La Grosse Radio - Votez!", "version": "1.2.1", "description": "Votez simplement sur La Grosse Radio.", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "lgr.ico" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "https:\/\/www.lagrosseradio.com\/playerLGR\/ajax_player.php" ] } |