La Grosse Radio - Votez!

Votez simplement sur La Grosse Radio.

ما هو La Grosse Radio - Votez!؟

La Grosse Radio - Votez! هو إضافة Chrome تم تطويرها بواسطة Brice Laurencin، والميزة الرئيسية لها هي "Votez simplement sur La Grosse Radio.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة La Grosse Radio - Votez!

قم بتنزيل ملفات الامتداد La Grosse Radio - Votez! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم La Grosse Radio - Votez! La Grosse Radio - Votez!
ID dbiofhnhfbgdgabjhcaepigpnafpdabc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/la-grosse-radio-votez/dbiofhnhfbgdgabjhcaepigpnafpdabc
الوصف Votez simplement sur La Grosse Radio.
حجم الملف 2.98 MB
عدد التثبيتات 18
النسخة الحالية 1.2.1
آخر تحديث 2020-09-02
تاريخ النشر 2017-09-30
تقييم 4.00/5 مجموع تقييمات 1
المطور Brice Laurencin
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://code.google.com/p/les-gros-votes-chrome
عنوان صفحة المساعدة https://code.google.com/p/les-gros-votes-chrome/issues/list
اللغات المدعومة 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"
    ]
}