Automatic Filmai.in Refresher
Generate points automatically with Automatic Filmai.in Refresher!
Automatic Filmai.in Refresherとは何ですか?
Automatic Filmai.in Refresherはxayerによって開発されたChromeの拡張機能で、その主な機能は「Generate points automatically with Automatic Filmai.in Refresher!」です。
拡張機能のスクリーンショット
Automatic Filmai.in Refresher拡張機能のCRXファイルをダウンロード
Automatic Filmai.in Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | hplfhpmjlkajbhkegddkmaidnlbifdjf |
公式URL | https://chrome.google.com/webstore/detail/automatic-filmaiin-refres/hplfhpmjlkajbhkegddkmaidnlbifdjf |
説明 | Generate points automatically with Automatic Filmai.in Refresher! |
ファイルサイズ | 39.15 KB |
インストール数 | 20 |
現在のバージョン | 3.4 |
最終更新日 | 2020-05-16 |
公開日 | 2020-05-16 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | xayer |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/automatic-filmaiin-refresher |
対応言語 | 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\/*" ] } |