Fanpage likes
This extension help you to get sharedposts
ما هو Fanpage likes؟
Fanpage likes هو إضافة Chrome تم تطويرها بواسطة https://gg90052.github.io/comment_helper، والميزة الرئيسية لها هي "This extension help you to get sharedposts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fanpage likes
قم بتنزيل ملفات الامتداد Fanpage likes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
將畫面中顯示的 facebook 留言或分享擷取出來,並在粉絲團留言抽籤小助手上顯示。
本擴充套件是靠著瀏覽器頁面直接處理資料的,所以如果你連線到FB的速度不穩定的話,很有可能會失敗 معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
} | |