Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
What is Automatic Filmai.in Refresher?
Automatic Filmai.in Refresher is a Chrome extension developed by xayer, and its main feature is "Generate points automatically with Automatic Filmai.in Refresher!".
Extension Screenshots
Download Automatic Filmai.in Refresher Extension CRX File
Download Automatic Filmai.in Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
Official URL | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
Description | Generate points automatically with Automatic Filmai.in Refresher! |
File Size | 39.15 KB |
Installation Count | 20 |
Current Version | 3.4 |
Last Updated | 2020-05-16 |
Publish Date | 2020-05-16 |
Rating | 3.00/5 Total 1 Ratings |
Developer | xayer |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/automatic-filmaiin-refresher |
Supported Languages | 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\/*" ] } |