Fanpage likes
This extension help you to get sharedposts
Fanpage likes क्या है?
Fanpage likes https://gg90052.github.io/comment_helper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension help you to get sharedposts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fanpage likes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
將畫面中顯示的 facebook 留言或分享擷取出來,並在粉絲團留言抽籤小助手上顯示。 本擴充套件是靠著瀏覽器頁面直接處理資料的,所以如果你連線到FB的速度不穩定的話,很有可能會失敗
एक्सटेंशन की मूल जानकारी
नाम | Fanpage likes |
ID | jhgjhncplhbjpdlgpenfmojcicihhcoe |
आधिकारिक URL | https://chromewebstore.google.com/detail/fanpage-likes/jhgjhncplhbjpdlgpenfmojcicihhcoe |
विवरण | This extension help you to get sharedposts |
फ़ाइल का आकार | 67.62 KB |
स्थापना संख्या | 8,025 |
वर्तमान संस्करण | 7.0.4 |
अंतिम अपडेट | 2024-02-26 |
प्रकाशन तिथि | 2020-04-06 |
रेटिंग | 4.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://gg90052.github.io/comment_helper |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://gg90052.github.io/comment_helper |
सहायता पृष्ठ URL | https://www.facebook.com/commenthelper/ |
समर्थित भाषाएँ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "new.css" ], "js": [ "jquery.js", "fb_getdata.js" ], "matches": [ "*:\/\/www.facebook.com\/*" ] }, { "css": [ "new.css" ], "js": [ "jquery.js", "m_share.js" ], "matches": [ "*:\/\/m.facebook.com\/browse\/*" ] }, { "js": [ "jquery.js", "content2.js" ], "matches": [ "*:\/\/gg90052.github.io\/*", "https:\/\/localhost:3000\/" ], "run_at": "document_end" }, { "js": [ "jquery.js", "yt_getdata.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "This extension help you to get sharedposts", "manifest_version": 3, "name": "Fanpage likes", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/www.facebook.com\/*", "*:\/\/gg90052.github.io\/*", "*:\/\/m.facebook.com\/*" ], "version": "7.0.4" } |