By: dursunator
Inspect and view changes in Twitter Platform Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Twitter Platform Indicator",
"version": "2.0",
"description": "Twitter/X gönderilerinin hangi platformdan atıldığını gösterir",
"author": "dursunator",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png",
"128": "icons/icon-128.png"
},
"permissions": [
"https://twitter.com/*",
"https://x.com/*",
"https://api.irucabot.com/*",
"storage"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png"
},
"default_title": "Twitter Platform Indicator"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://x.com/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "twitter-platform-indicator@dursunator",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best Twitter Platform Indicator Alternatives
Here are some Firefox add-ons that are similar to Twitter Platform Indicator: