Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
Wat is Automatic Filmai.in Refresher?
Automatic Filmai.in Refresher is een Chrome-extensie ontwikkeld door xayer, en de belangrijkste functie is "Generate points automatically with Automatic Filmai.in Refresher!".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatic Filmai.in Refresher
Download Automatic Filmai.in Refresher-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
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
Basisinformatie over de Extensie
Naam | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
Officiële URL | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
Beschrijving | Generate points automatically with Automatic Filmai.in Refresher! |
Bestandsgrootte | 39.15 KB |
Aantal Installaties | 20 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2020-05-16 |
Publicatiedatum | 2020-05-16 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | xayer |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/automatic-filmaiin-refresher |
Ondersteunde Talen | 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\/*" ] } |