Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
什么是Automatic Filmai.in Refresher?
Automatic Filmai.in Refresher是由xayer开发的Chrome扩展程序,该扩展的主要功能是“Generate points automatically with Automatic Filmai.in Refresher!”。
扩展截图
下载Automatic Filmai.in Refresher扩展crx文件
下载Automatic Filmai.in Refresher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No longer needed to open and refresh Filmai.in page manually to receive points! No login credentials required! Simply make sure that you are logged in and we will do it for you! * Page will load upon new window creation and every 6 hours. Waiting for your feedback! Visit our new project: https://informatikosegzaminas.lt Contributors: Aidas Eglinskas, Ugnius Skučas
扩展基本信息
名称 | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
官方URL | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
简介 | Generate points automatically with Automatic Filmai.in Refresher! |
文件大小 | 39.15 KB |
安装次数 | 20 |
当前版本 | 3.4 |
更新时间 | 2020-05-16 |
上架时间 | 2020-05-16 |
评分 | 3.00/5 共1次评分 |
开发者 | xayer |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/automatic-filmaiin-refresher |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Automatic Filmai.in Refresher", "description": "Generate points automatically with Automatic Filmai.in Refresher!", "version": "3.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.filmai.in\/*", "http:\/\/37.221.162.250:80\/*" ], "js": [ "jquery.js" ] } ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "cookies", "activeTab", "tabs", "https:\/\/*.filmai.in\/", "http:\/\/*.filmai.in\/", "http:\/\/37.221.162.250:80\/*", "https:\/\/pix2code.com\/*" ] } |