Like Unlocker (Fake Like)
Unlock pages that need like (report pages still requesting like)
Like Unlocker (Fake Like)とは何ですか?
Like Unlocker (Fake Like)はTeraJLによって開発されたChromeの拡張機能で、その主な機能は「Unlock pages that need like (report pages still requesting like)」です。
拡張機能のスクリーンショット
Like Unlocker (Fake Like)拡張機能のCRXファイルをダウンロード
Like Unlocker (Fake Like)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unlock pages that need like (report pages still requesting like and working pages) Working: http://www.altecena.eu/ http://www.casadossegredostv.com/ http://www.grandelata.com/ ...
拡張機能の基本情報
名前 | |
ID | domackhodgbejcoeheholbccjhiolfol |
公式URL | https://chrome.google.com/webstore/detail/like-unlocker-fake-like/domackhodgbejcoeheholbccjhiolfol |
説明 | Unlock pages that need like (report pages still requesting like) |
ファイルサイズ | 4.15 KB |
インストール数 | 52 |
現在のバージョン | 2 |
最終更新日 | 2013-11-08 |
公開日 | 2013-11-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | TeraJL |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Like Unlocker (Fake Like)", "short_name": "Fake Like", "version": "2", "description": "Unlock pages that need like (report pages still requesting like)", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ], "all_frames": false } ], "web_accessible_resources": [ "myscript.js" ] } |