Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
O que é Automatic Filmai.in Refresher?
Automatic Filmai.in Refresher é uma extensão do Chrome desenvolvida por xayer, e sua principal característica é "Generate points automatically with Automatic Filmai.in Refresher!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Automatic Filmai.in Refresher
Baixe arquivos de extensão Automatic Filmai.in Refresher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
URL Oficial | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
Descrição | Generate points automatically with Automatic Filmai.in Refresher! |
Tamanho do Arquivo | 39.15 KB |
Contagem de Instalações | 20 |
Versão Atual | 3.4 |
Última Atualização | 2020-05-16 |
Data de Publicação | 2020-05-16 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | xayer |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sites.google.com/view/automatic-filmaiin-refresher |
Idiomas Suportados | 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\/*" ] } |