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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}