La Grosse Radio - Votez!

Votez simplement sur La Grosse Radio.

什麼是La Grosse Radio - Votez!?

La Grosse Radio - Votez!是由Brice Laurencin開發的Chrome擴展程式,該擴展的主要功能是“Votez simplement sur La Grosse Radio.”。

擴展截圖

screenshot

下載La Grosse Radio - Votez!擴展crx文件

下載La Grosse Radio - Votez!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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"
    ]
}