Figaro Unlock
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express
Figaro Unlockคืออะไร?
Figaro Unlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย martin.smeeckaert และคุณลักษณะหลักของมันคือ "Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Figaro Unlock
ดาวน์โหลดไฟล์ส่วนขยาย Figaro Unlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express
Sources: https://github.com/smeeckaert/figaro-unlock ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fbjlodckbpladpnhodndlcagnnedomgn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/figaro-unlock/fbjlodckbpladpnhodndlcagnnedomgn |
| คำอธิบาย | Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express |
| ขนาดไฟล์ | 102 KB |
| จำนวนการติดตั้ง | 72 |
| เวอร์ชันปัจจุบัน | 1.0.2 |
| อัปเดตครั้งล่าสุด | 2016-11-28 |
| วันที่เผยแพร่ | 2016-11-28 |
| คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | martin.smeeckaert |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/smeeckaert/figaro-unlock |
| URL หน้าช่วยเหลือ | https://github.com/smeeckaert/figaro-unlock/issues |
| ภาษาที่รองรับ | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Figaro Unlock",
"description": "Enleve les bannieres anti bloqueur de publicite du Figaro \/ Le Point \/ Marie Claire \/ L'Equipe \/ L'Express",
"version": "1.0.2",
"icons": {
"16": "data\/images\/icon-16.png",
"48": "data\/images\/icon-48.png",
"128": "data\/images\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*.lefigaro.fr\/*",
"https:\/\/*.lefigaro.fr\/*",
"http:\/\/*.lepoint.fr\/*",
"https:\/\/*.lepoint.fr\/*",
"http:\/\/*.marieclaire.fr\/*",
"https:\/\/*.marieclaire.fr\/*",
"http:\/\/*.lequipe.fr\/*",
"https:\/\/*.lequipe.fr\/*",
"http:\/\/*.lexpress.fr\/*",
"https:\/\/*.lexpress.fr\/*"
],
"css": [
"data\/style\/content.css"
],
"js": [
"data\/script\/content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"http:\/\/*.lefigaro.fr\/*",
"https:\/\/*.lefigaro.fr\/*",
"http:\/\/*.lepoint.fr\/*",
"https:\/\/*.lepoint.fr\/*",
"http:\/\/*.marieclaire.fr\/*",
"https:\/\/*.marieclaire.fr\/*",
"http:\/\/*.lequipe.fr\/*",
"https:\/\/*.lequipe.fr\/*",
"http:\/\/*.lexpress.fr\/*",
"https:\/\/*.lexpress.fr\/*"
]
} | |