HarajPanda
إضافة صغيره لتصفح أسهل وأسرع لموقع حراج مع حراج باندا
Cos'è HarajPanda?
HarajPanda è un'estensione di Chrome sviluppata da harajpanda, e la sua funzione principale è "إضافة صغيره لتصفح أسهل وأسرع لموقع حراج مع حراج باندا".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HarajPanda
Scarica i file di estensione HarajPanda in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
حراج باندا إضافة خفيفه يجعل تصفح موقع حراج Haraj (haraj.com) أسهل وأسرع تصفحاً عن طريق عرض السعر والصور في الصفحة الرئيسية بدل الضغط على الموضوع Makes the Haraj (haraj.com) website easier & faster to browse by showing the price & the pics in the front page instead of clicking inside the thread
Informazioni di Base sull'Estensione
Nome | |
ID | aeamjednkhbchaaohngknnemibjmddfd |
URL Ufficiale | https://chromewebstore.google.com/detail/harajpanda/aeamjednkhbchaaohngknnemibjmddfd |
Descrizione | إضافة صغيره لتصفح أسهل وأسرع لموقع حراج مع حراج باندا |
Dimensione del File | 156 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | harajpanda |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://harajpanda.blogspot.com |
URL della Pagina di Aiuto | http://youtu.be/9fJTWB1UXMs |
Lingue Supportate | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/haraj.com\/*", "https:\/\/haraj.com\/*", "http:\/\/haraj.com.sa\/*", "https:\/\/haraj.com.sa\/*", "http:\/\/*.haraj.com.sa\/*", "https:\/\/*.haraj.com.sa\/*", "http:\/\/*.haraj.com\/*", "https:\/\/*.haraj.com\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "HarajPanda", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "\u0625\u0636\u0627\u0641\u0629 \u0635\u063a\u064a\u0631\u0647 \u0644\u062a\u0635\u0641\u062d \u0623\u0633\u0647\u0644 \u0648\u0623\u0633\u0631\u0639 \u0644\u0645\u0648\u0642\u0639 \u062d\u0631\u0627\u062c \u0645\u0639 \u062d\u0631\u0627\u062c \u0628\u0627\u0646\u062f\u0627", "background": { "page": "background.html" }, "homepage_url": "http:\/\/youtu.be\/9fJTWB1UXMs", "version": "0.1.6", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon16.png", "default_title": "HarajPanda" }, "permissions": [ "tabs", "webNavigation", "http:\/\/haraj.com\/*", "https:\/\/haraj.com\/*", "http:\/\/haraj.com.sa\/*", "https:\/\/haraj.com.sa\/*", "http:\/\/*.haraj.com.sa\/*", "https:\/\/*.haraj.com.sa\/*", "http:\/\/*.haraj.com\/*", "https:\/\/*.haraj.com\/*" ], "short_name": "\u062d\u0631\u0627\u062c \u0628\u0627\u0646\u062f\u0627" } |