Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
Qu'est-ce que Automatic Filmai.in Refresher ?
Automatic Filmai.in Refresher est une extension Chrome développée par xayer, et sa fonction principale est "Generate points automatically with Automatic Filmai.in Refresher!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Automatic Filmai.in Refresher
Téléchargez les fichiers d'extension Automatic Filmai.in Refresher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
URL Officiel | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
Description | Generate points automatically with Automatic Filmai.in Refresher! |
Taille du Fichier | 39.15 KB |
Nombre d'Installations | 20 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2020-05-16 |
Date de Publication | 2020-05-16 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | xayer |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/automatic-filmaiin-refresher |
Langues Prises en Charge | 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\/*" ] } |