Auto Loop

虾米Loop自动点赞chrome插件

Wat is Auto Loop?

Auto Loop is een Chrome-extensie ontwikkeld door https://www.oncereply.me, en de belangrijkste functie is "虾米Loop自动点赞chrome插件".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Loop

Download Auto Loop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        使用前请注意:本插件是在一群朋友建议下开发而来,请不要在影响到他人的情况下使用,建议您邀请朋友在自己的房间里使用.

虾米Loop自动点赞chrome插件
Auto loop xiami.com

主页: 
https://github.com/oncereply/autoloop
更新日志: 
http://goo.gl/5mhKts

由于开发是在Chrome 18.0.1025.162版下,如果您使用低版本或是360,枫叶等版本,插件有可能不能正常运行. 
欢迎加入QQ群138337369,分享音乐,分享心情。

更新logo及图标,感谢由玲玲露露提供的漂亮logo~                    

Basisinformatie over de Extensie

Naam Auto Loop Auto Loop
ID mghcdhmkpcpokjlfeimlmbcmklimjjhf
Officiële URL https://chromewebstore.google.com/detail/auto-loop/mghcdhmkpcpokjlfeimlmbcmklimjjhf
Beschrijving 虾米Loop自动点赞chrome插件
Bestandsgrootte 81.64 KB
Aantal Installaties 94
Huidige Versie 0.2.13
Laatst Bijgewerkt 2016-07-25
Publicatiedatum 2016-07-25
Beoordeling 5.00/5 Totaal 12 Beoordelingen
Ontwikkelaar https://www.oncereply.me
Betalingswijze free
Extensiewebsite https://github.com/oncereply/autoloop
Help Pagina-URL https://github.com/oncereply/autoloop/issues
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Loop",
    "version": "0.2.13",
    "minimum_chrome_version": "18.0.1025.162",
    "manifest_version": 2,
    "description": "\u867e\u7c73Loop\u81ea\u52a8\u70b9\u8d5echrome\u63d2\u4ef6",
    "options_page": "options.html",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "page_action": {
        "default_title": "Auto Loop",
        "default_icon": "icon_48.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/loop.xiami.com\/room\/*"
    ],
    "homepage_url": "https:\/\/github.com\/oncereply\/autoloop"
}