Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
Co je Automatic Filmai.in Refresher?
Automatic Filmai.in Refresher je rozšíření Chrome vyvinuté xayer, a jeho hlavní funkcí je „Generate points automatically with Automatic Filmai.in Refresher!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Automatic Filmai.in Refresher
Stáhněte si soubory rozšíření Automatic Filmai.in Refresher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
Oficiální URL | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
Popis | Generate points automatically with Automatic Filmai.in Refresher! |
Velikost souboru | 39.15 KB |
Počet instalací | 20 |
Aktuální Verze | 3.4 |
Poslední Aktualizace | 2020-05-16 |
Datum Vydání | 2020-05-16 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | xayer |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://sites.google.com/view/automatic-filmaiin-refresher |
Podporované Jazyky | 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\/*" ] } |