Inspect and view changes in مبادرة تبين لفحص الروابط source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "مبادرة تبين Ù„ÙØØµ الروابط",
"version": "1.1",
"description": "خدمة Ù„ÙØØµ الروابط Ø§Ù„Ù…Ø´Ø¨ÙˆÙ‡Ø©ÙˆØ§Ù„Ø§ØØªÙŠØ§Ù„ ÙÙŠ برامج التواصل الاجتماعي بطريقة سهلة وسريعةوالتعر٠على المخاطرالمتعلقةبالروابط",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*://*/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "08.png",
"48": "07.png",
"128": "09.png"
}
},
"icons": {
"16": "08.png",
"48": "07.png",
"128": "09.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}